Grants

List grant void records.

get/v2/grant-voids

Query parameters

limitinteger

Maximum number of records to return. Defaults to 100.

starting_afterstring

Return the next records after this grant void id, ordered by created_at then id.

Cursor resource id from the previous page.

Response

Page of grant void records.

has_moreboolean required

True when additional records are available after the returned page.

Example response

{
  "data": [
    {
      "id": "grant_void_0194f4e3a2b77c6aa91c4f6b4db2a980",
      "grant_id": "grant_0194f4e3a2b77c6aa91c4f6b4db2a980",
      "account_id": "account_0194f4e3a2b77c6aa91c4f6b4db2a980",
      "created_at": 1767225600
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.