HealthKareAI
Clinic-App
hospital
Getdetails

Get Hospital Details API Endpoint

POST /details

This endpoint retrieves details for a specific hospital, identified by the owner's phone number.

Request Body

FieldTypeDescription
ownerPhoneStringThe contact number of the hospital owner

Responses

200 OK

Successfully retrieved hospital details.

Response Body:

{
  "data": "Hospital details data"
}

405 Method Not Allowed

Owner phone number is missing in the request body.

Response Body:

{
  "error": "Fields missing!"
}

500 Internal Server Error

An unexpected error occurred.

Response Body:

{
  "error": "Error message"
}