Skip to main content
GET
/
api
/
2.0
/
ancillary_companies
/
{id}
/
Retrieve Ancillary Company
curl --request GET \
  --url https://sandbox.elationemr.com/api/2.0/ancillary_companies/{id}/ \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "id": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Response

200 - application/json
name
string
required
Maximum string length: 200
id
integer
read-only