Skip to main content
GET
/
metadata
/
credentials
Retrieve all credential structures
curl --request GET \
  --url https://production.runalloy.com/metadata/credentials \
  --header 'Authorization: <authorization>' \
  --header 'x-api-version: <x-api-version>'
{
  "data": [
    {
      "connector": "acuityScheduling",
      "icon": "https://cdn.runalloy.com/icons/acuityScheduling.png",
      "isOauth": false,
      "properties": [
        {
          "name": "apiKey",
          "displayName": "API Key"
        },
        {
          "name": "userId",
          "displayName": "User Id"
        }
      ]
    },
    {
      "connector": "amazonBusiness",
      "icon": "https://cdn.runalloy.com/icons/amazonBusiness.png",
      "isOauth": true,
      "properties": [
        {
          "name": "regionCountry",
          "displayName": "Country",
          "description": ""
        }
      ]
    }
  ]
}

Headers

Authorization
string
default:bearer YOUR_API_KEY
required
x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Response

200 - application/json

200

data
object[]
I