Files
Global-Jain/resources/docs/1.0/hospital-listing.md
2025-11-05 10:37:10 +05:30

764 B

API Docs

List

Details for Hospitals list api

####Endpoint

{warning} Please note that the URI for this endpoint should include api/{$version} before

| Method | URI | Headers | | : | :- | : | | GET | /hospitals | Bearer {token} |

URL Params


Data Params

None

{success} Success Response

####Code 200 ####Content

{
    "data": [
        {
            "id": 1,
            "name": "Shree Evershine Paradise Shwetamber Murtipujak Tapagach Sangh",
            "area" : "ahmedabad"
        }
    ],
    "status": 200
}

{danger} Unauthenticated Response

####Code 403 ####Content

{
    "message": "Something went wrong!"
}