POST
/
mr
/
webhook
/
smart-report
curl --request POST \
  --url https://api.eka.care/mr/webhook/smart-report \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "event_type": "smart-report",
  "timestamp": "2023-07-30T18:07:24.000Z",
  "data": {
    "document_id": "<string>",
    "webook_url": "<string>"
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
event_type
string
timestamp
string
data
object