beel_get_invitation
Retrieve a specific invitation's details and status, including accepted, revoked, or expired records, to audit fiscal data access.
Instructions
Returns one invitation of the account, with the same shape the list returns. An invitation stays readable for its whole life: ACCEPTED, REVOKED and EXPIRED ones are returned with their status, because the record is the trail of who was granted access to the account's fiscal data and revoking it does not erase it.
Endpoint: GET /v1/accounts/{account_id}/invitations/{invitation_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Your own account, or an account you provisioned. It — not the credential — decides which account the operation acts on; a `403` is returned when you do not reach it, the same response an account that does not exist gets. | |
| invitation_id | Yes |