Skip to main content
GET
/
connectors
/
{connectorId}
/
credentials
Get Connector Credentials
curl --request GET \
  --url https://production.runalloy.com/connectors/{connectorId}/credentials \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-version: <x-api-version>'
{
  "credentials": [
    {
      "credentialId": "67a37f29e0aa276e50d7253a",
      "name": "Slack User's Slack Credential",
      "type": "slack-oauth2",
      "createdAt": "2025-02-05T15:09:29.551Z",
      "updatedAt": "2025-05-16T10:32:58.003Z"
    }
  ]
}

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 you're getting credentials for; If not provided, the request will be made as the API Key user

Path Parameters

connectorId
string
required

Connector ID

Response

200 - application/json

List of credentials

credentials
object[]
I