Path Parameters
The slug of the organization or user account.
Response
Successful response
The response is of type object
.
curl -L https://api.turso.tech/v1/organizations/{organizationSlug} \
-H 'Authorization: Bearer TOKEN'
{
"organization": {
"name": "personal",
"slug": "iku",
"type": "personal",
"overages": false,
"blocked_reads": false,
"blocked_writes": false,
"plan_id": "developer",
"plan_timeline": "monthly",
"platform": "vercel"
}
}
Retrieve details of a specific organization.
curl -L https://api.turso.tech/v1/organizations/{organizationSlug} \
-H 'Authorization: Bearer TOKEN'
{
"organization": {
"name": "personal",
"slug": "iku",
"type": "personal",
"overages": false,
"blocked_reads": false,
"blocked_writes": false,
"plan_id": "developer",
"plan_timeline": "monthly",
"platform": "vercel"
}
}
curl -L https://api.turso.tech/v1/organizations/{organizationSlug} \
-H 'Authorization: Bearer TOKEN'
The slug of the organization or user account.
Successful response
The response is of type object
.
Was this page helpful?