Get started with the Clarion API in minutes
Sending your first request
https://api.clarionhealth.com/v1
. You can test out your connection by sending the following request:GET https://api.clarionhealth.com/v1/health
You should see a response that looks like:
[200] {"message": "healthy"}
Get your API key
prod_api_5394gcf5-77ec-4c1d-87b7-dddc75909462
If you do not have an API key or need help accessing
it, please reach out to support@clarionhealth.comUsing Protected Routes
Authorization
header. You can do this by adding an Authorization
header and setting the value to Bearer <your_auth_token>
.Here is an example of a request that will list all of the recent call records for your organization:GET https://api.clarionhealth.com/v1/call
Authorization: Bearer prod_api_5394gcf5-77ec-4c1d-87b7-dddc75909462