Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
URL for webhook callback. Must be a valid URL.
object
Optional webhook configuration object. When provided, it is stored alongside the URL hook.
Response
Successful ResponseMain 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": "urlHook is required" }.object
Returned when
urlHook is not a valid URL: { "statusCode": 400, "messages": "urlHook is not a valid URL" }.