Vault Proxy Connections
Get connection version details
Get connection version details by connection id and version id.
get/token/connections/{connectionId}/versions/{connectionVersionId}
Path parameters
connectionIdstring uuid required
Identifier of the resource in Payrails.
connectionVersionIdstring uuid required
Identifier of the resource in Payrails.
Response
Success.
Example response
{
"name": "Fetch reservations",
"description": "Get all reservations",
"httpMethods": [
"POST",
"PATCH"
],
"publicUrl": "/v1/reservations",
"anyOf": {
"proxyUrl": "https://merchant.com/v2/reservations",
"trustedDestinationHosts": [
"stripe.com",
"example.com"
]
},
"rules": [
{
"action": "tokenization",
"config": {
"targetRecordType": "networkToken",
"targetContentType": "xml",
"expiresIn": 5000,
"recordSelector": "/networkToken"
}
}
],
"status": "draft"
}