Box Developer Documentation

OAuth 2.0 error

This resource is used by enpoints 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"
}