curl --request POST \
--url https://api.getovra.com/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"events": [
"<string>"
],
"description": "<string>"
}
'{
"id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"status": "<string>",
"secret": "<string>",
"hint": "<string>"
}curl --request POST \
--url https://api.getovra.com/webhooks \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"events": [
"<string>"
],
"description": "<string>"
}
'{
"id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"status": "<string>",
"secret": "<string>",
"hint": "<string>"
}API key (sk_...) or Agent token (at_...)