Retrieve a single ancillary company
cURL
curl --request GET \ --url https://sandbox.elationemr.com/api/2.0/ancillary_companies/{id}/ \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "id": 123 }
Documentation IndexFetch the complete documentation index at: https://help.elationhealth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
200
Was this page helpful?