Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

🔑API Token

This page explains how you can obtain your own token to use for THP Developer API.

Obtaining your token:

Simply login to our website and generate yourself an API token.


Using your token:

When making requests, all you need to do is pass along your API token as a string via the Authorization header. That's it.


401: Unauthorized

You will receive this response if you fail to provide your Authorization header:

You will receive this response if you specify an Authorization header, but your API token is incorrect:

Last updated