Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Get the tokens created by the current user.
In our system, there are two kinds of tokens:
This API only returns the former. The latter should be seen as implementation detail and be invisible to the user.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.