Webhook
Retry Webhook Log
Retry webhook log
POST
/
webhook
/
log
/
{id}
/
retry
Copy
curl -X POST https://api.swervpay.co/api/v1/webhook/{id}/retry \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json"
Copy
{
"message": "<string>"
}
Copy
curl -X POST https://api.swervpay.co/api/v1/webhook/{id}/retry \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json"
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
Copy
curl -X POST https://api.swervpay.co/api/v1/webhook/{id}/retry \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json"
Copy
{
"message": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.