Authentication
We use JWT (JSON Web Token) for authentication. All endpoints except Sign in require a Bearer token in the Authentication header.
Following the default Bearer Authentication format of Authentication: Bearer token, the "token" being the one you can obtain via Sign in route.
Due to our rate limit in this route we recommend that you store your authentication token during it's TTL (approximately 15 minutes) and renew it before it expires.

