Skip to main content
GET
Retrieve a grant void record.

Authorizations

x-api-key
string
header
required

LedgerUp API Key.

Path Parameters

grant_void_id
string
required

Resource identifier. LedgerUp grant void identifier.

Pattern: ^grant_void_[0-9a-f]{32}$
Example:

"grant_void_0194f4e3a2b77c6aa91c4f6b4db2a980"

Response

Grant void record.

id
string
required

LedgerUp grant void identifier.

Pattern: ^grant_void_[0-9a-f]{32}$
Example:

"grant_void_0194f4e3a2b77c6aa91c4f6b4db2a980"

grant_id
string
required

Voided LedgerUp grant identifier.

Pattern: ^grant_[0-9a-f]{32}$
Example:

"grant_0194f4e3a2b77c6aa91c4f6b4db2a980"

account_id
string
required

Account associated with the voided grant.

Pattern: ^account_[0-9a-f]{32}$
Example:

"account_0194f4e3a2b77c6aa91c4f6b4db2a980"

created_at
integer<int64>
required

Unix timestamp in seconds.

Example:

1767225600