Skip to main content
Tokens cannot be retrieved once created, and cannot be revoked individually.
curl -L -X POST 'https://api.turso.tech/v1/organizations/{organizationName}/groups/{groupName}/auth/tokens?expiration=2w&authorization=full-access' \
-H 'Authorization: Bearer TOKEN'
{
  "jwt": "TOKEN"
}