cURL
curl --request GET \ --url https://backend.blooio.com/v1/api/config/webhook \ --header 'Authorization: Bearer <token>'
{ "webhook_url": "https://example.com/mywebhook", "updated_at": 1703123457000 }
API key must be provided in the Authorization header as Bearer YOUR_API_KEY.
Bearer YOUR_API_KEY
Current webhook URL.
The current webhook URL or null if not set.
"https://example.com/mywebhook"
Unix timestamp (ms) when the webhook URL was last updated.