v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

List Destinations

Returns the destinations registered on your account's allowlist. Only hosts on this list can be reached by the forward proxy; a request to any other host is rejected with 403 DESTINATION_NOT_ALLOWED.

get/pci-proxy/destinations

Response

The destinations registered for your account.

Example response

{
  "destinations": [
    {
      "id": "d7e8f9a0-1234-4b5c-8d6e-7f8091a2b3c4",
      "hostname": "api.example-processor.com",
      "status": "ENABLED",
      "purpose": "Direct acquiring — Processor X",
      "created_at": "2026-07-09T13:05:36Z",
      "updated_at": "2026-07-09T13:05:36Z"
    }
  ]
}