Skip to main content
GET
/
api
/
connectors
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/connectors \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "connectors": [
    {
      "slug": "<string>",
      "name": "<string>",
      "isConnected": true,
      "connectedAccountId": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

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