Box · Schema

Access token

A token that can be used to make authenticated API calls.

Cloud StorageCollaborationContent ManagementDocumentsEnterpriseFile Sharing

Properties

Name Type Description
access_token string The requested access token.
expires_in integer The time in seconds by which this token will expire.
token_type string The type of access token returned.
restricted_to array The permissions that this access token permits, providing a list of resources (files, folders, etc) and the scopes permitted for each of those resources.
refresh_token string The refresh token for this access token, which can be used to request a new access token when the current one expires.
issued_token_type string The type of downscoped access token returned. This is only returned if an access token has been downscoped.
View JSON Schema on GitHub

JSON Schema

box-accesstoken-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessToken",
  "title": "Access token",
  "type": "object",
  "x-box-resource-id": "access_token",
  "x-box-tag": "authorization",
  "description": "A token that can be used to make authenticated API calls.",
  "properties": {
    "access_token": {
      "type": "string",
      "format": "token",
      "example": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ",
      "description": "The requested access token."
    },
    "expires_in": {
      "type": "integer",
      "format": "int64",
      "example": 3600,
      "description": "The time in seconds by which this token will expire."
    },
    "token_type": {
      "type": "string",
      "enum": [
        "bearer"
      ],
      "example": "bearer",
      "description": "The type of access token returned."
    },
    "restricted_to": {
      "type": "array",
      "description": "The permissions that this access token permits,\nproviding a list of resources (files, folders, etc)\nand the scopes permitted for each of those resources.",
      "items": {
        "$ref": "#/components/schemas/FileOrFolderScope"
      }
    },
    "refresh_token": {
      "type": "string",
      "format": "token",
      "example": "c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ",
      "description": "The refresh token for this access token, which can be used\nto request a new access token when the current one expires."
    },
    "issued_token_type": {
      "type": "string",
      "format": "urn",
      "example": "urn:ietf:params:oauth:token-type:access_token",
      "enum": [
        "urn:ietf:params:oauth:token-type:access_token"
      ],
      "description": "The type of downscoped access token returned. This is only\nreturned if an access token has been downscoped."
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/box-accesstoken"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.