Skip to main content
Endpoint:

Authorization

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

Request Body

string
required
URL for webhook callback. Must be a valid URL.

Response

Successful Response

Main Structure (Root)

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

Errors

object
Returned when urlHook is missing: { "statusCode": 400, "messages": "Url tidak ditemukan. Silahkan masukkan url webhook anda." }.
object
Returned when urlHook is not a valid URL: { "statusCode": 400, "messages": "Url tidak valid. Silahkan masukkan url webhook yang valid." }.