v1
latestOpenAPI 3.0.02026-07-26167441.9 MBEnable Destination
Re-enables a disabled destination. Only ENABLED destinations are used by the forward path.
post/pci-proxy/destinations/{id}/enable
Path parameters
idstring uuid required
Example:d7e8f9a0-1234-4b5c-8d6e-7f8091a2b3c4
The id (UUID) of the destination to enable.
Response
The destination was enabled; the updated object is returned.
Example response
{
"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"
}