Manage API Keys
Timplit authenticates your API requests using your account's API keys. If a request doesn't contain a valid key, Timplit returns an unauthorized error. Use your account dashboard to view, create, and delete API keys.
For security, Timplit only shows you an API key one time. Store the key in a safe place where you won't lose it. If you lose the key, can can delete it and create another.
An API key grants full access to the Templates Resource. A request authorized by an API key can create, update, delete, and render any template owned by your team.
Create an API Key
Note: You must have admin access to a team, in order to create an API key."
- Navigate to your account dashboard, click on API Keys in the sidebar.
- Click on the Create API Key button.
- Using the opened modal, give your API key a name, and select an expiration duration.
- Click the Generate Key button.
- Copy the resulting key, and save it in a secure location.
Using an API Key
To authenticate you need to add an Authorization header with the contents of the header being Bearer 123456789 where 123456789 is your API key.
Authorization: Bearer 123456789