Sign inGet started

E02xxx — Auth & identity

Error codes in the E02xxx range that the public Bird API returns. Each code links to its own page (the page its doc_url points at) with the cause and what to do. Retired codes stay listed; they are never renamed or reused.
CodeNameStatusMessage
E02000AuthenticationFailed401Authentication failed. Please check your email and/or password and try again.
E02001Forbidden403You do not have permission to perform this action.
E02002RevokedAPIKey401This API key has been revoked.
E02004InvalidToken401The token is invalid, expired, or already used.
E02025AccountSuspended401Authentication failed. Please contact support.
E02035InsufficientScope403Your credential has not been granted a permission scope this request requires.
E02036APIKeyExpired401This API key has expired. Create a new key to continue.
E02039SSORequired403Access to this organization requires signing in through your organization's identity provider.
E02055Retired: no longer returned, never reused.
E02063Retired: no longer returned, never reused.
E02072InvalidAPIKey401This API key is not valid. It may be malformed, mistyped, deleted, or issued for a different region.
  • Errors: the full wire contract, status mapping, and all code ranges
  • Error handling: branching on type and code, validation details, and vendor_code