Clinic API
The following is a guide on how to communicate with the Embodia API for clinic authentication.
Getting Started
In order to authenticate with Embodia API, each clinic would need to create an API key. Do NOT share your api key or have it accessible on your front-end.
Authentication
Your API key will be used to authenticate your API request. Embodia uses a Token based authentication in the header of the request:
curl -H "Authorization: Token <your-api-key-here>"