Authorization
A quick guide on how to retrieve your credentials needed for the API.
Our API uses an API key to authorize your requests.
Upon successfully registering on Typless, an API key is automatically generated for you.
If you are logged in, you will see your API key: Token YOUR-API-KEY
.
You can also obtain your API key by:
Going to the Settings page.
Copying the API key value under the API key section.
📘 Authorizing your requests
To successfully authorize your request, you must provide the API key in the header of your request under the key Authorization, and it must be prepended with the word Token.
What’s Next
Successfully got your API key? Great! Let's start using it. Find your use case and put it to the test!
Last updated