AppDynamics · Schema

AccessTokenResponse

The OAuth 2.0 access token response containing the bearer token and its metadata.

APMApplication Performance MonitoringCiscoCloud ObservabilityDevOpsMonitoringObservabilityOpenTelemetry

Properties

Name Type Description
access_token string The Bearer access token to use in the Authorization header for API requests.
token_type string The token type, always Bearer.
expires_in integer The number of seconds until the token expires. Default is 300 seconds (5 minutes).
scope string The scope of access granted by the token.
View JSON Schema on GitHub

JSON Schema

appdynamics-accesstokenresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccessTokenResponse",
  "title": "AccessTokenResponse",
  "type": "object",
  "description": "The OAuth 2.0 access token response containing the bearer token and its metadata.",
  "properties": {
    "access_token": {
      "type": "string",
      "description": "The Bearer access token to use in the Authorization header for API requests."
    },
    "token_type": {
      "type": "string",
      "description": "The token type, always Bearer.",
      "enum": [
        "Bearer"
      ]
    },
    "expires_in": {
      "type": "integer",
      "description": "The number of seconds until the token expires. Default is 300 seconds (5 minutes).",
      "minimum": 1
    },
    "scope": {
      "type": "string",
      "description": "The scope of access granted by the token."
    }
  }
}

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/appdynamics-accesstokenresponse"
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 email required.

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