POSThttps://app.polytomic.com/api/webhooks
Headers
Body Parameters
View in API Reference
Request
$curl -X POST https://app.polytomic.com/api/webhooks \
> -H "Authorization: Bearer " \
> -H "Content-Type: application/json" \
> -d '{
> "endpoint": "https://example.com/webhook",
> "secret": "secret"
>}'
Response