Skip to main content
GET
/
api
/
policy-gateway
/
exports
/
destinations
List export destinations
curl --request GET \
  --url https://api.abliteration.ai/api/policy-gateway/exports/destinations \
  --header 'Authorization: Bearer <token>'
{
  "destinations": [
    {
      "id": "<string>",
      "label": "<string>",
      "required": [
        "<string>"
      ],
      "event_types": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a JWT or API key as a Bearer token.

Response

Supported export destinations

destinations
object[]