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.

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>

CAUTION

Your API keys are used to identify you and enable payments, so be sure to keep them safe. Never share your secret key or publish it in code, such as on GitHub. All API requests must be made over HTTPS.

Last updated