cURL
curl --request GET \ --url https://mcp.arlohealth.ai/rest/webhook \ --header 'Authorization: Bearer <token>'
{ "configured": true, "sessionKey": "<string>", "webhookUrl": "<string>", "hasSecret": true, "hasDeliveryContext": true, "conversationSessionKey": "<string>", "linkedAt": "2023-11-07T05:31:56Z" }
Check webhook status for the authenticated user’s session.
Returns all configured webhook sessions if no sessionKey provided, or details for a specific session if sessionKey is given.
OAuth 2.1 with PKCE
Check a specific session (optional)
Webhook status