POST
/
webhooks
/
notification
Spec of webhook to be hosted by External Partners.
curl --request POST \
  --url https://sdp.suki-stage.com/webhooks/notification \
  --header 'Content-Type: application/json' \
  --data '{
  "encounter_id": "29de56bc-960a-4cd5-b18f-79a798d62874",
  "error_code": "ERROR_CODE_TRANSCRIPTION",
  "error_detail": "Error in transcription",
  "session_id": "20965414-929a-4f71-a3e5-b92bec07d086",
  "status": "failure"
}'
This response has no body data.

Body

application/json

FailureNotification

The body is of type object.