Skip to main content
GET
/
connectors
List API data sources
curl --request GET \
  --url https://{subdomain}.withrealm.com/api/external/alpha/connectors \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.withrealm.com/llms.txt

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

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