v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Proxy

Proxy

Create a proxy request

post/v1/proxy

Headers

X-Profile-Idstring required

Profile ID for authentication

Request body

{"stackTrail":"components:schemas:ProxyRequest:properties:request_body","oasType":"schema","type":"unknown","description":"The request body that needs to be forwarded"}
destination_urlstring required

The destination URL where the request needs to be forwarded

headersobject required

The headers that need to be forwarded

method'GET' | 'POST' | 'PUT' | 'DELETE' | 'PATCH' required
tokenstring required

The vault token that is used to fetch sensitive data from the vault

token_type'tokenization_id' | 'payment_method_id' | 'volatile_payment_method_id' | 'payment_method_token' required

Example request

{
  "destination_url": "https://api.example.com/endpoint"
}

Response

Proxy request

{"stackTrail":"components:schemas:ProxyResponse:properties:response","oasType":"schema","type":"unknown","description":"The response received from the destination"}
status_codeinteger required

The status code of the response

response_headersobject required

The headers of the response