v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
Vault Proxy Connections

List connection versions for connection

Fetch a list of connection versions for the given connectionId.

get/token/connections/{connectionId}/versions

Path parameters

connectionIdstring uuid required

Identifier of the resource in Payrails.

Response

Success.

Example response

{
  "results": [
    {
      "name": "Fetch reservations",
      "description": "Get all reservations",
      "publicUrl": "/v1/reservations",
      "anyOf": {
        "proxyUrl": "https://merchant.com/v2/reservations",
        "trustedDestinationHosts": [
          "stripe.com",
          "example.com"
        ]
      },
      "status": "draft"
    }
  ]
}