Skip to main content

Authentication

To use the API, you need to be authenticated. It's a straightforward process as we utilize API key authentication.

In the previous section, we explained how to obtain your API key.

Once you have your API key, simply set the X-API-KEY in the HTTP header and assign its value as the token you copied from the Hoostr application.

Example:

curl -L -X GET 'https://api.hoostr.co/v1/...' \
-H 'Accept: application/json' \
-H 'X-API-KEY: <API_KEY_VALUE>'