Get retry strategy
Information
This API allows you to get your retry strategy.
This endpoint is
synchronous
The role
admin
is needed in order to use this endpointEndpoints
GET/v1/config/retry/strategy
No parameters
Request
GET /v1/config/webhook/retryStrategy
curl -X 'GET'
'https://api.ppd.iopole.fr//v1/config/webhook/retryStrategy'
-H 'accept: application/json'
-H 'Authorization: Bearer ${token}'
-H 'Content-Type: application/json'
}'
Response
Status: 201 - application/json
Description: Returns retry strategy
Status: 401
Description: Unauthorized - Authentication is required and has failed or has not yet been provided.
Status: 403
Description: Forbidden - The server understood the request, but it refuses to authorize it. Note: This endpoint requires an admin account.