API Authentication
The Clinia API uses an API Key to authenticate requests.
If you don't already have an API key, reach out to Clinia's support team at [email protected].
Your API keys carry many privileges, so be sure to keep them secure. Don't share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Authentication to the API is performed with HTTP Headers. Provide your API key in the headers with an X-Clinia-Api-Key
key.
Note: You must make all API calls over HTTPS. Calls that you make over plain HTTP will fail. API requests without authentication will also fail.
Updated 5 months ago
What’s Next