A webhook event is sent for the results of the search doctors API. Search Doctors

Request

Headers: Body:
{
  "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
      }
    ]
  }
}