Skip to main content
Personal access tokens let you read your Slant data from outside the app — useful for spreadsheets, custom dashboards, AI assistants, and other integrations. Each token is tied to your user account and inherits your access.
Tokens are read-only by default. To request write access for a specific token, message us in chat.

Create a token

To open the token list, go to SettingsAPI tokens.
1

Click Create token

The Create API token form opens.
2

Enter a Token name

Use a name that describes where the token will be used (for example, “Tax export spreadsheet” or “Personal Zapier”). The name only helps you recognize the token later.
3

Click Create token

Slant generates a token that starts with slnt_pat_ and shows it under Your new API token.
Copy the token before leaving the page. After you navigate away, the full value cannot be viewed again — only the first few characters are stored.
Click Copy next to the token, then paste it into the tool that needs API access.

Token list

Each token you create appears in the table below the create button:
  • Name — the label you gave the token
  • Token — the first few characters, for identification only
  • AccessRead only by default
  • Created by — the user who issued the token
  • Created — the date the token was issued
  • Last used — the most recent time the token made a request, or Never if it hasn’t been used yet

Revoke a token

Revoke a token any time you no longer need it, or as soon as you suspect it’s been exposed.
1

Find the token in the table

Match the Name or first few characters of the token.
2

Click the trash icon

The Revoke token confirmation appears.
3

Click Revoke

The token stops working immediately. Any tool using it will lose access.
Revoking a token cannot be undone. Tools using the revoked token need a new one before they’ll work again.

Use a token

Pass the token in the Authorization header of every API request:
Authorization: Bearer slnt_pat_<your-token>
For full request and response details, see the API reference.

FAQ

Yes. Tokens are read-only by default. Message us in chat with the name of the token and a brief description of what you’ll do with write access.
Your tokens are tied to your user account. When your account is removed, the tokens stop working.
No. The full token is only shown once, right after it’s created. Revoke the old token and create a new one.
Yes. A token inherits the same book access as your user account. If you’re added to or removed from a book, the token’s access changes with it.

Next steps

API reference

Authentication, endpoints, and request examples.

Zapier

Connect Slant to thousands of apps without writing code.