cURL
curl --request POST \ --url https://api.pokulabs.com/webhooks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "eventTypes": [ "phone.sms.received" ], "name": "<string>", "signingSecret": "<string>", "headers": {}, "reservedPhoneNumberIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
Register a webhook URL to receive Poku events on your reserved number.
Authentication header containing your Poku API key. Find it in the Poku dashboard. The format is "Bearer YOUR_API_KEY"
phone.sms.received
phone.call.received
Show child attributes