curl --request POST 'https://api.mayar.id/hl/v1/webhook/retry' \
--header 'Authorization: Bearer Bearer Paste-Your-API-Key-Here' \
--data '{
    "webhookHistoryId": "9f8050f0-9a58-4432-bf36-a7eeff7d6aea"
}'
{
  "statusCode": 200,
  "messages": "success"
}
curl --request POST 'https://api.mayar.id/hl/v1/webhook/retry' \
--header 'Authorization: Bearer Bearer Paste-Your-API-Key-Here' \
--data '{
    "webhookHistoryId": "9f8050f0-9a58-4432-bf36-a7eeff7d6aea"
}'
{
  "statusCode": 200,
  "messages": "success"
}
Endpoint:
https://api.mayar.id/hl/v1/webhook/retry

Authorization

Authorization
string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Request Body

webhookHistoryId
string
required
Unique ID for webhook delivery history log.

Response

Successful Response

Main Structure (Root)

statusCode
integer
required
Status code form API.
messages
string
required
Status message that describes the status code.