Pipedream · JSON Structure

Pipedream Account Structure

Structural summary of Pipedream Account as exposed by the Pipedream API.

Type: object Properties: 14 Required: 1
Pro-Code-API-CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents

Pipedream Account Structure is a JSON Structure definition published by Pipedream, describing 14 properties, of which 1 is required. It conforms to the https://json-structure.org/structure-v1.0.json meta-schema.

Properties

id name external_id healthy dead app created_at updated_at authorized_scopes credentials expires_at error last_refreshed_at next_refresh_at

Meta-schema: https://json-structure.org/structure-v1.0.json

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/structure-v1.0.json",
  "id": "pipedream-account",
  "title": "Pipedream Account Structure",
  "description": "Structural summary of Pipedream Account as exposed by the Pipedream API.",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/AccountId"
    },
    "name": {
      "type": "string",
      "description": "The custom name of the account if set.",
      "nullable": true
    },
    "external_id": {
      "type": "string",
      "description": "The external ID associated with the account."
    },
    "healthy": {
      "type": "boolean",
      "description": "Indicates if the account is healthy. Pipedream will periodically retry token refresh and test requests for unhealthy accounts"
    },
    "dead": {
      "type": "boolean",
      "nullable": true,
      "description": "Indicates if the account is no longer active"
    },
    "app": {
      "$ref": "#/components/schemas/App"
    },
    "created_at": {
      "type": "string",
      "description": "The date and time the account was created, an ISO 8601 formatted string",
      "format": "date-time"
    },
    "updated_at": {
      "type": "string",
      "description": "The date and time the account was last updated, an ISO 8601 formatted string",
      "format": "date-time"
    },
    "authorized_scopes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The OAuth scopes effectively granted to this account. Empty for non-OAuth apps."
    },
    "credentials": {
      "type": "object",
      "description": "The credentials associated with the account, if the `include_credentials` parameter was set to true in the request (only applicable for BYOA apps). In addition to the well-known OAuth fields listed below, this object may contain app-specific custom fields (e.g. `base_url`).",
      "nullable": true,
      "additionalProperties": true,
      "properties": {
        "oauth_client_id": {
          "type": "string",
          "description": "The OAuth client ID for the app, if applicable"
        },
        "oauth_access_token": {
          "type": "string",
          "description": "The OAuth access token"
        },
        "oauth_refresh_token": {
          "type": "string",
          "description": "The OAuth refresh token"
        },
        "oauth_uid": {
          "type": "string",
          "description": "The unique OAuth user identifier"
        },
        "oauth_signer_uri": {
          "type": "string",
          "description": "The OAuth signer URI, if the app uses a custom OAuth signer"
        }
      }
    },
    "expires_at": {
      "type": "string",
      "description": "The date and time the account's credentials expiration, an ISO 8601 formatted string",
      "format": "date-time"
    },
    "error": {
      "type": "string",
      "description": "The error message if the account is unhealthy or dead, null otherwise",
      "nullable": true
    },
    "last_refreshed_at": {
      "type": "string",
      "description": "The date and time the account was last refreshed, an ISO 8601 formatted string",
      "format": "date-time",
      "nullable": true
    },
    "next_refresh_at": {
      "type": "string",
      "description": "The date and time the account will next be refreshed, an ISO 8601 formatted string",
      "format": "date-time",
      "nullable": true
    }
  },
  "required": [
    "id"
  ]
}

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/pipedream-account-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.