Skip to content

Connections

Connections are stored OAuth credentials. The endpoints here let you list, create (which kicks off an OAuth flow), inspect, and revoke connections. Tokens are never returned through the API — connections are referenced by name in action calls.

Pre-release

GET /v1/connections

POST /v1/connections

GET /v1/connections/{id}

POST /v1/connections/{id}/refresh

DELETE /v1/connections/{id}

Error codes

Pre-release software — subject to change without notice.