Skip to main content
Endpoint:

Authorization

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

Request Body

string
required
Unique ID for the webhook delivery history log to retry.

Response

Successful Response

Main Structure (Root)

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

Errors

object
Returned when no webhook URL is registered yet: { "statusCode": 400, "messages": "Url tidak ditemukan. Silahkan register url webhook anda terlebih dahulu." }.
object
Returned when the supplied webhookHistoryId does not match any record: { "statusCode": 404, "messages": "Webhook history not found" }.