Pipedream · Schema

ValidateTokenResponse

Response received when validating a connect token

Pro-Code-API-CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Properties

Name Type Description
app object
error string Error message if validation failed
error_redirect_uri string URI to redirect to on error
oauth_app_id string OAuth app ID if applicable
project_app_name string Name of the project app
project_environment string Environment of the project
project_id string ID of the project
project_support_email string Support email for the project
success boolean Whether the token validation was successful
success_redirect_uri string URI to redirect to on success
View JSON Schema on GitHub

JSON Schema

pipedream-validatetokenresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ValidateTokenResponse",
  "title": "ValidateTokenResponse",
  "type": "object",
  "description": "Response received when validating a connect token",
  "required": [
    "error",
    "success"
  ],
  "properties": {
    "app": {
      "nullable": true,
      "allOf": [
        {
          "$ref": "#/components/schemas/App"
        }
      ]
    },
    "error": {
      "type": "string",
      "description": "Error message if validation failed",
      "nullable": true
    },
    "error_redirect_uri": {
      "type": "string",
      "description": "URI to redirect to on error",
      "nullable": true
    },
    "oauth_app_id": {
      "type": "string",
      "description": "OAuth app ID if applicable",
      "nullable": true
    },
    "project_app_name": {
      "type": "string",
      "description": "Name of the project app",
      "nullable": true
    },
    "project_environment": {
      "type": "string",
      "description": "Environment of the project",
      "nullable": true
    },
    "project_id": {
      "type": "string",
      "description": "ID of the project",
      "nullable": true
    },
    "project_support_email": {
      "type": "string",
      "description": "Support email for the project",
      "nullable": true
    },
    "success": {
      "type": "boolean",
      "description": "Whether the token validation was successful"
    },
    "success_redirect_uri": {
      "type": "string",
      "description": "URI to redirect to on success",
      "nullable": true
    }
  }
}

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/pipedream-validatetokenresponse"
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.