The Custom Providers API relies on standard HTTP status codes when returning errors. For example, if you try to connect to a social login application without including a valid administrative access token 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 Custom Providers APIs are described in subsequent sections of this document.