Skip to main content
GET
/
connectors
List API connectors
curl --request GET \
  --url https://{subdomain}.withrealm.com/api/external/alpha/connectors \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}
Returns the custom API connectors in your organization. See Custom API for how to create connectors.

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