Authentication

You will need an authentication token before you can interact with the Anansi API. This should have been given to you via a one time link. If you don’t have it or would like to request it again, please contact api@withanansi.com .

How to use the authentication token

The authentication token needs to be included in the header of every request such as:

Authentication: token_hashu8543jk

Where token_hashu8543jk should be replaced by the token you received.

Next step