v1
latestOpenAPI 3.0.02026-07-26168846732.2 KBRelay
Relay - Retrieve
Retrieves a relay details.
get/relay/{relay_id}
Path parameters
relay_idstring required
The unique identifier for the Relay
Headers
X-Profile-Idstring required
Profile ID for authentication
Response
Relay Retrieved
Example response
{
"id": "relay_mbabizu24mvu3mela5njyhpit4",
"connector_resource_id": "pi_3MKEivSFNglxLpam0ZaL98q9",
"connector_reference_id": "re_3QY4TnEOqOywnAIx1Mm1p7GQ",
"connector_id": "mca_5apGeP94tMts6rg3U3kR",
"profile_id": "pro_abcdefghijklmnopqrstuvwxyz",
"data": {
"refund": {
"amount": 6540,
"reason": "Customer returned the product"
}
}
}