Connection
Connection method.
This guide explains how to connect to the API.
All calls to the API must be made in connected mode.
To connect to the API, you need an access token. This token is available in your Hipli interface.
Create or retrieve the access token.
In the Admin
section, you can create your access token.
- Select "Create API key".
- Define a name for your token if you wish.
- Your token is created
- You will find a list of all your API keys.
- You can display the key, copy and use it in all you API calls.
Use of access token.
In all your calls, specify this HTTP header:
Authorization: Bearer <token>
replacing <token>
with your access token.