Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.slant.app/llms.txt

Use this file to discover all available pages before exploring further.

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 token, click Request write access on the token’s row and tell us how you’ll use it — see Request write access.

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 or Read & write — read-only by default. A Write access requested badge appears while a request is pending.
  • 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

Request write access

1

Click Request write access

Click Request write access on the token’s row in the list. (Only appears for read-only tokens without a pending request.)
2

Describe how you'll use it

In the Request write access dialog, fill in Why do you need write access? with a short description of how you’ll use it.
3

Click Send request

A toast confirms “Write access requested” and the row shows a Write access requested badge.
The team reviews each request and follows up.

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. Click Request write access on the token’s row, fill in the reason, and click Send request. The team reviews each request and follows up.
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.