Arcade.dev · JSON Structure

Arcade Authorization Structure

JSON Structure description of an end-user authorization grant managed by Arcade. Grants tie a stable user_id to a provider (OAuth, API key, or custom) and a set of scopes; tools that require this provider+scopes are unlocked once the grant reaches completed status.

Type: object Properties: 0

Arcade Authorization Structure is a JSON Structure definition published by Arcade.dev. It conforms to the https://json-structure.org/schemas/draft/2025-09/structure.json meta-schema.

Meta-schema: https://json-structure.org/schemas/draft/2025-09/structure.json

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schemas/draft/2025-09/structure.json",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arcade-dev/main/json-structure/arcade-authorization-structure.json",
  "title": "Arcade Authorization Structure",
  "description": "JSON Structure description of an end-user authorization grant managed by Arcade. Grants tie a stable user_id to a provider (OAuth, API key, or custom) and a set of scopes; tools that require this provider+scopes are unlocked once the grant reaches completed status.",
  "type": "object",
  "fields": [
    {"name": "id", "type": "string", "required": true},
    {"name": "user_id", "type": "string", "required": true, "description": "Stable end-user identifier."},
    {"name": "provider_id", "type": "string", "required": true},
    {"name": "provider_type", "type": "string", "enum": ["oauth2", "api_key", "custom"]},
    {"name": "scopes", "type": "array", "items": {"type": "string"}},
    {"name": "status", "type": "string", "enum": ["pending", "needs_user_action", "completed", "failed", "expired"]},
    {"name": "authorization_url", "type": "string", "format": "uri"},
    {"name": "next_uri", "type": "string", "format": "uri"},
    {"name": "context", "type": "object", "description": "Provider-specific completion context including profile and optionally the live token."},
    {"name": "expires_at", "type": "string", "format": "date-time"},
    {"name": "created_at", "type": "string", "format": "date-time"},
    {"name": "updated_at", "type": "string", "format": "date-time"}
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/arcade-authorization-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.