| Service Name | Post Failed Webhooks |
| Service Type | REST |
| Method | POST |
| UAT (Sandbox) URL |
https://integration.uat.marley.ai/webhooks/retry |
| Production URL | https://integration.himarley.io/webhooks/webhooks/retry |
| Technical Documentation | API Endpoint - Postman Collection |
This API will allow you to POST a single Request ID of a Failed Webhook Post.
Table of Contents
API Request
Flow
- Call the endpoint with your API key and pass the the body of the Failed Request ID.
Request Example
https://integration.uat.marley.ai/webhooks/retry
Body Parameters Breakdown
| Property | Description | Type | Required | Example |
| requestID |
The request ID of the failed webhook request. |
string |
true |
"requestId": "aee19e7b-c887-4bf2-ad74-aca081e572f0"
|
API Response
Response
This API will always return the payload below.
{
"status": "Started retry"
}
Comments
0 comments
Please sign in to leave a comment.