Authentication
Learn how to authenticate with the Talonic API using Bearer tokens and API keys with the tlnc_ prefix. Keys carry scopes (extract, read, write) that control access.
All API requests require a Bearer token in the Authorization header. API keys carry the tlnc_ prefix and can be scoped to a source. Create and manage keys from Settings → API Keys in the dashboard.
Authorization header
API Key Scopes
Each API key carries one or more scopes that determine which operations it can perform. New keys default to all three scopes.
Available scopes
New keys default to extract, read, and write. The billing scope must be added explicitly. If a request requires a scope your key does not carry, the API returns 403 with error code insufficient_scope and lists the required scopes in the response body.