🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
hmac_key is returned once, in full — store it, later reads mask it. Omit it to have one generated.api_key: ********************curl --location '/developer-service/webhooks/create' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"url": "string",
"description": "string",
"events": [
"string"
],
"hmac_key": "string"
}'{
"data": {
"webhook_id": "string",
"hmac_key": "string"
}
}