Avalara · JSON Structure

Portal Oauth O Auth Error Structure

OAuthError schema from Avalara API

Type: object Properties: 2
Taxes

OAuthError is a JSON Structure definition published by Avalara, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

error error_description

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/portal-oauth-o-auth-error-structure.json",
  "description": "OAuthError schema from Avalara API",
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "enum": [
        "invalid_request",
        "invalid_client",
        "invalid_grant",
        "unauthorized_client",
        "unsupported_grant_type",
        "invalid_scope"
      ]
    },
    "error_description": {
      "type": "string"
    }
  },
  "name": "OAuthError"
}