curl -L -X GET 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/configuration' \ -H 'Authorization: Bearer TOKEN'
{ "delete_protection": true }
Retrieve an individual group configuration belonging to the organization or user.
The slug of the organization or user account.
The name of the group.
Successful response
The response is of type object.
object
Was this page helpful?