Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

OAuth 2.0 error

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

An OAuth 2.0 error.

string
invalid_client

The type of the error returned.

The client credentials are not valid

The type of the error returned.

Response Example

{
  "error": "invalid_client",
  "error_description": "The client credentials are not valid"
}