General API guidelines
Authentication
Axle Health’s uses API keys for authentication.
To make a request to Axle Health’s API, include the following header your request:
- The
Authorization
header should have the following value:ApiKey {{your_api_key}}
. Here,{{your_api_key}}
is a randomly generated secret specific to your account that you can contact Axle Health support to receive.