API Tokens
Personal API tokens allow you to authenticate against the Lime Forms API programmatically, for example from scripts, automation tools, or integrations.
Creating a token
- Go to Settings → API tokens.
- Click Create token.
- Give the token a descriptive name so you can identify it later.
- Copy the token value immediately — it is only shown once.
Using a token
Include the token in the Authorization header of your API requests:
Authorization: Bearer <your-token>
Revoking a token
To revoke a token, go to Settings → API tokens and delete it. The token will stop working immediately.
Keep tokens secret
Treat API tokens like passwords. Do not commit them to version control or share them in chat. If a token is compromised, delete it and create a new one.