Page cover

🔑API Token

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

triangle-exclamation

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