Gando

Gando

Developer Portal

gando.app
All error codes

account_revoked

Partner API error

HTTP status: 403

Cause

The link between this partner and the rental operator account has been revoked.

Partner action

Ask the rental operator to re-link via Partner Connect.

Gando action (internal)

Check partner_account_links.revokedAt and admin revocation logs.

Example response

{
  "error": {
    "code": "account_revoked",
    "message": "The link between this partner and the rental operator account has been revoked",
    "requestId": "req_abc123"
  }
}
account_revoked — Partner API error catalog