Skip to main content
GET
/
connectors
Error
A valid request URL is required to generate request examples
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}
Returns the custom API data sources in your organization. See Custom API for how to create data sources.

Rate Limits

600 requests per minute.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success

data
object[]
required