Authentication

All requests (except the lost password request) must be authenticated.

Authentication via Api Key

1 - Get your token :

To get your token, you need to have an account in the Ubiliz app (https://app.ubiliz.com or https://app-preprod.ubiliz.com). Once connected, click in the top right corner on your company name, then, in the dropdown, the edit button (a pencil in a square). Scroll down to the Api Key list, enter a name for your new key and click the create button. Your Api Key is now displayed.

2 - Send your Api Key with all API Request :

Just send an X-Api-Key http header with your request : X-Api-Key: <your key>