Skip to main content
POST
cURL

Configure Webhook

Authorizations

X-API-KEY
string
header
required

API Key for authentication

X-TIMESTAMP
string
header
required

Current timestamp in seconds since epoch

X-SIGNATURE
string
header
required

HMAC SHA256 signature of the request encoded in Base64

Body

application/json
webhook_url
string<uri>
required

The HTTPS URL where webhook events will be sent

Example:

"www.testwh1fromapi.com/w1"

Response

Webhook URL configured successfully

status
boolean
Example:

true

message
string
Example:

"Success"

data
string
Example:

"www.testwh1fromapi.com/w1"