API Tokens
List Organization API Tokens
Returns the API tokens scoped to this organization (both organization-scoped and group-scoped). Unrestricted tokens are not returned here — manage those via GET /v1/auth/api-tokens.
Authorization is symmetric with the revoke endpoint:
- Admins and owners see every token scoped to the organization, with the minting user attached in the
ownerfield. - Members and viewers see only tokens they minted themselves.
This mirrors the personal-access-token model used in GitHub organization settings: admins get the full attribution list; everyone else sees their own access.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
Use this file to discover all available pages before exploring further.
Use this endpoint to enumerate the tokens that act on a single organization (both org-scoped and group-scoped). Admins and owners see every token in the organization with the minting user attached; members and viewers see only their own. To list tokens across every organization the caller belongs to, use
GET /v1/auth/api-tokens instead.