OAuthTokenProblemDto

  • detail
    Type: string
    required

    Human-readable explanation for this occurrence of the problem. The exact wording may evolve — do not parse it programmatically; branch on type instead.

  • title
    Type: stringenum
    required

    Short, human-readable summary of the problem. Stable per HTTP status.

    values
    • Unauthorized
    • Forbidden
  • type
    Type: stringenum
    required

    Machine-readable error code. Integrations should branch on this value, not on title or HTTP status.

    • ANL_00401 — credentials could not be validated (invalid clientId/clientSecret) (HTTP 401)
    • ANL_00403 — credentials are valid but the client is disabled or has no accessible instances (HTTP 403)
    values
    • ANL_00401
    • ANL_00403