Webhooks
Create a new webhook
Create a new webhook.
post/v1/webhooks
Request body
Example request
{
"url": "https://{your-domain}.com/webhooks/ethena",
"type": "LEARNER_TRAINING_CAMPAIGN_COMPLETED"
}Response
Created
string required
The unique identifier of a webhook.
Example response
"wh123abc45"
Changes
No recorded changes to this endpoint across all 1 revision of this API.