Returns a list of API tokens belonging to a user.
curl -L https://api.turso.tech/v1/auth/api-tokens \ -H 'Authorization: Bearer TOKEN'
{ "tokens": [ { "name": "my-token", "id": "clGFZ4STEe6fljpFzIum8A" } ] }
Show child attributes
The name given to the API Token.
The ID generated by Turso for the API Token.
Was this page helpful?