Teams
List Teams
GET /api/teams
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /api/teams
GET /api/teams
curl https://lazyraccoon.dev/api/teams \
-H "Authorization: Bearer lr_your_key"
[
{
"id": "team-uuid",
"name": "My Team",
"slug": "my-team",
"role": "owner",
"createdAt": "2026-03-01T12:00:00.000Z"
}
]