Retry Policies
Find one Retry Policy
Retrieve a Retry Policy by its ID
get/retry-policies/{id}
Path parameters
idstring required
Response
OK
Example response
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"title": "Default Retry Policy",
"isEnabled": true,
"steps": [
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"position": 8,
"isEnabled": true,
"useInitialGateway": true,
"priceReductionPercentage": 15,
"retryDelay": 3
}
]
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the non-success response with the status
503response-non-success-status-added
- ○