List quotes
Returns a cursor-paginated list of quotes for the workspace.
Only documents with type=quote appear here — other document
types have their own endpoints. Soft-deleted quotes are
excluded. Ordered by id descending.
Returns a cursor-paginated list of quotes for the workspace.
Only documents with type=quote appear here — other document
types have their own endpoints. Soft-deleted quotes are
excluded. Ordered by id descending.
Devise JWT issued via POST /api/v1/auth/sign_in. Used by mobile
and SPA clients. Revoked tokens are tracked in api_jwt_denylists.
Lucanto API key. Three prefixes:
lct_pat_<random><checksum> — personal access token (owner: User)lct_live_<random><checksum> — workspace token, live datalct_test_<random><checksum> — workspace token, sandbox account (Phase 3)Issue keys at /settings/api_keys (personal) or
/:account_id/settings/api_keys (workspace). Plaintext token is
shown once and never again.
Workspace (account) ID. The numeric ID shown in your URLs.
Pagination cursor from the previous response’s next_cursor.
Cursor to fetch the next page. Pass it as the cursor query
parameter on the next request. null on the last page.