Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
URL for webhook callback. Must be a valid URL.
Response
Successful ResponseMain Structure (Root)
Status code form API.
Status message that describes the status code.
Errors
Returned when
urlHook is missing: { "statusCode": 400, "messages": "Url tidak ditemukan. Silahkan masukkan url webhook anda." }.Returned when
urlHook is not a valid URL: { "statusCode": 400, "messages": "Url tidak valid. Silahkan masukkan url webhook yang valid." }.