Get basic medical organization data in Human API associated with the user
Returns a single organization
GET https://api.humanapi.co/v1/human/medical/organizations/{id}
{
"id": "53c050ae51c69003200aaa29",
"name": "Singing River Health System"
}
# Get an organization by id
curl -H "Authorization: Bearer demo" "https://api.humanapi.co/v1/human/medical/organizations/54dc427aaa6b4cb7d6203061"
Response Properties
| Property | Type | Description |
|---|---|---|
| id | String | The id of the resource |
| name | String | The name of the organization |
Organization Object (from other endpoints)
| Property | Type | Description |
|---|---|---|
| id | String | The id of the resource |
| name | String | The name of the organization |
| href | String | Human API organizations endpoint URL to retrieve full details |
