Skip to main content
GET
/
connectors
Get Connectors
curl --request GET \
  --url https://production.runalloy.com/connectors \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-version: <x-api-version>'
{
  "connectors": [
    {
      "id": "slack",
      "name": "Slack",
      "icon": "https://cdn.runalloy.com/icons/slack.png",
      "group": [
        "output"
      ],
      "category": [
        "communication"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Headers

x-api-version
string
default:2025-09
required

API version

x-alloy-userid
string

The ID of the user making the request; If not provided, the request will be made as the API Key user

Response

200 - application/json

List of connectors

connectors
object[]
I