Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
Unique ID for the webhook delivery history log to retry.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Errors
Returned when no webhook URL is registered yet:
{ "statusCode": 400, "messages": "Url tidak ditemukan. Silahkan register url webhook anda terlebih dahulu." }.Returned when the supplied
webhookHistoryId does not match any record: { "statusCode": 404, "messages": "Webhook history not found" }.