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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

A successful response.

The response is of type object.