The Configuration API relies on standard HTTP status codes when returning errors. For example, if administrative access token has expired, you'll get back a 403 Forbidden
error and an error message similar to this:
{
"errors": "Forbidden"
}
Errors and error messages you might encounter when using the Hosted Login API are described in subsequent sections of this document.