Skip to main content
GET
/
api
/
connectors
cURL
curl --request GET \
  --url https://api.recoupable.com/api/connectors
{
  "success": true,
  "connectors": [
    {
      "slug": "<string>",
      "name": "<string>",
      "isConnected": true,
      "connectedAccountId": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

account_id
string<uuid>

Optional account ID to get connectors for a different account (e.g., an artist, workspace, or organization). The authenticated account must have access to the specified account. Omit to get your own account's connectors.

Response

Connectors retrieved successfully

success
boolean
required
connectors
object[]
required

List of available connectors with connection status