Skip to main content
GET
/
v2
/
integrations
/
collectors
List integrations
curl --request GET \
  --url https://api.pelanor.io/v2/integrations/collectors \
  --header 'Authorization: Bearer <token>'
{
  "collectorIntegrations": [
    {
      "id": "<string>",
      "type": "AWS",
      "workspaceId": "<string>",
      "accountId": "<string>",
      "collectionEnabled": true,
      "processingEnabled": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

A successful response.

collectorIntegrations
object[]