Documentation
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.
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.
  • Errors: the full wire contract, status mapping, and all code ranges
  • Error handling: branching on type and code, validation details, and vendor_code