Response
200 - application/json
Successful response
curl -L https://api.turso.tech/v1/auth/api-tokens \
-H 'Authorization: Bearer TOKEN'
{
"tokens": [
{
"name": "my-token",
"id": "clGFZ4STEe6fljpFzIum8A"
}
]
}
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"
}
]
}
curl -L https://api.turso.tech/v1/auth/api-tokens \
-H 'Authorization: Bearer TOKEN'
Successful response
Show child attributes
Was this page helpful?