Pipedream · Schema

AccountId

The unique ID of the account.

ProCode_API_CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI Agents
View JSON Schema on GitHub

JSON Schema

pipedream-accountid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountId",
  "title": "AccountId",
  "type": "string",
  "description": "The unique ID of the account.",
  "pattern": "^apn_[a-zA-Z0-9]+$"
}