Request
Headers:Eka-Webhook-Signature
:<Eka Webhook Signature>
Refer: Webhook SignatureContent-Type
:application/json
Eka-Webhook-Signature
: <Eka Webhook Signature>
Refer: Webhook SignatureContent-Type
: application/json
{
"service": "uhi",
"event": "doctor.search.results",
"event_time": 1749822309,
"transaction_id": "<webhook transaction id>",
"timestamp": 1749825214,
"business_id": "<partner business id>",
"client_id": "<partner client id>",
"data": {
"data": [
{
"doctor_name": "<string>",
"education": "<string>",
"facility_id": "<string>",
"gender": "<string>",
"hpr_id": "<string>",
"image": "<string>",
"languages": [
"<string>"
],
"provider_address": "<string>",
"provider_city": "<string>",
"provider_country": "<string>",
"provider_gps": "<string>",
"provider_name": "<string>",
"specialities": [
"<string>"
],
"transaction_id": "<string>",
"year_of_experience": 123
}
]
}
}
Was this page helpful?