Quickstart
From zero to your first authenticated request
1. Create an API key
In the Lucanto app, go to Settings → API keys and create a personal access token. The plaintext token is shown once — copy it immediately. It looks like:
Choose scopes when you create the key. Start with read:invoices to
follow this guide; you can issue a broader key later. See
Authentication for the full scope list.
2. Find your workspace ID
Every endpoint is scoped to a workspace. List the workspaces your token can access:
The id of the workspace you want is the workspace_id you’ll use below.
3. List invoices
That’s it. From here:
- Authentication — token types and scopes
- Pagination — walking
next_cursor - Errors — handling non-2xx responses

