Skip to main content
GET
/
rest
/
webhook
Get webhook status
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"
}

Authorizations

Authorization
string
header
required

OAuth 2.1 with PKCE

Query Parameters

sessionKey
string

Check a specific session (optional)

Response

Webhook status

configured
boolean
sessionKey
string
webhookUrl
string<uri>
hasSecret
boolean
hasDeliveryContext
boolean
conversationSessionKey
string
linkedAt
string<date-time>