cURL
curl --request GET \ --url https://{subdomain}.withrealm.com/api/external/alpha/connectors \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>" } ] }
List all API connectors available to your API key.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes