Register the outbound webhook endpoint
PUT/telehealth/webhook
Sets the URL the provider receives consultation outcome webhooks at, and returns the signing secret used to verify them (HMAC-SHA256 over {x-cannaflow-timestamp}.{rawBody}, compared against x-cannaflow-signature). The secret is stable across registrations.
Request
Responses
- 200
- 401
- 403
- 500
Successful response
Missing or invalid API key.
The provider exists but is not active.
An unexpected error occurred. payload.id is a correlation id for support.