Grants

Retrieve a grant void record.

get/v2/grant-voids/{grant_void_id}

Path parameters

grant_void_idstring required

LedgerUp grant void identifier.

Example:grant_void_0194f4e3a2b77c6aa91c4f6b4db2a980

Resource identifier.

Response

Grant void record.

idstring required

LedgerUp grant void identifier.

grant_idstring required

Voided LedgerUp grant identifier.

account_idstring required

Account associated with the voided grant.

created_atinteger required

Unix timestamp in seconds.

Example response

{
  "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.