Authentication
In order to interact with any of the API endpoints, you must provide your API key as part of the request. You can find your secret key in the Halo.Go Portal after signing up.
From the Portal, navigate to Users.
In the user table click generate to create your API Key
The API key should be included in the header of the API request. You can provide the secret key by using API Keys and the Headers
. To do this, prepend X-API-Key to the secret key and insert it into the Headers.
Headers: X-API-Key <abcdef12345>
Last updated