Requesting API keys for the Hexoskin API
Learn how to request API keys for the Hexoskin REST API, including the information to include in your email and the setup steps for OAuth authentication.
The Hexoskin Web (REST) API allows developers to access Hexoskin data programmatically. You can find the API reference documentation here:
https://api.hexoskin.com/docs/index.html
The API:
-
Returns data in JSON format.
-
Supports OAuth authentication.
If you plan to use OAuth, you’ll first need to create an account at: https://my.hexoskin.com/en/signup
How to request your API keys
To obtain API keys, send an email to api@hexoskin.com.
Include the following details in your email to speed up the process:
-
Your Hexoskin account username (create one at my.hexoskin.com if you don’t have one).
-
A name and short description of your project.
-
OAuth grant type you’ll use (choose one): authorization code, implicit, or resource owner password-based.
-
The redirect URL (only if you’re using the Authorization Code grant).
Once approved, you’ll receive your API keys and can begin integrating Hexoskin data into your project.
For more information about the API, consult the documentation here: https://api.hexoskin.com/docs/index.html