A valid request URL is required to generate request examples{
"data": [
{
"id": "cacct_2b9f01ee7730",
"toolkit": "gmail",
"status": "ACTIVE",
"accountLabel": "ops@acme.com (Gmail)",
"connectedAccountId": "ca_7f3b9d21ee00",
"createdAt": "2026-07-01T14:02:11.000Z"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}List a provider's connected accounts (Composio)
Composio (Agent Bridge ) only: the org’s Composio connected accounts — each account’s toolkit, mirrored Composio status (INITIALIZING | INITIATED | ACTIVE | FAILED | EXPIRED | DELETED | INACTIVE), and label. NEVER a credential (the third-party OAuth tokens live at Composio and never transit Flowyte). A non-composio kind returns 404 (no connected-accounts list for that provider).
A valid request URL is required to generate request examples{
"data": [
{
"id": "cacct_2b9f01ee7730",
"toolkit": "gmail",
"status": "ACTIVE",
"accountLabel": "ops@acme.com (Gmail)",
"connectedAccountId": "ca_7f3b9d21ee00",
"createdAt": "2026-07-01T14:02:11.000Z"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
The integration provider (connector). One of the supported connector slugs: native providers (google_calendar, google_sheets, calendly, hubspot, ``, square, opentable, shopify), SQL databases (postgres, mysql), the universal Zapier MCP fallback (zapier), or Composio (composio).
google_calendar, google_sheets, calendly, hubspot, square, opentable, shopify, postgres, mysql, zapier, composio Response
The org's connected accounts for the provider.
Show child attributes
Show child attributes