Path Parameters
The slug of the organization or user account.
Response
200 - application/json
Successful response
The response is of type object
.
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/groups \
-H 'Authorization: Bearer TOKEN'
{
"groups": [
{
"name": "default",
"version": "v0.23.7",
"uuid": "0a28102d-6906-11ee-8553-eaa7715aeaf2",
"locations": [
"lhr",
"ams",
"bos"
],
"primary": "us-east-1",
"delete_protection": false
}
]
}
Returns a list of groups belonging to the organization or user.
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/groups \
-H 'Authorization: Bearer TOKEN'
{
"groups": [
{
"name": "default",
"version": "v0.23.7",
"uuid": "0a28102d-6906-11ee-8553-eaa7715aeaf2",
"locations": [
"lhr",
"ams",
"bos"
],
"primary": "us-east-1",
"delete_protection": false
}
]
}
curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/groups \
-H 'Authorization: Bearer TOKEN'
The slug of the organization or user account.
Successful response
The response is of type object
.
Was this page helpful?