List the teams the authenticated user belongs to.
curl --request GET \
--url https://faces.app/api/v1/teams \
--header 'Authorization: Bearer <token>'{
"teams": [
{
"id": "<string>",
"slug": "<string>",
"name": "<string>",
"isPersonal": true
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.faces.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://faces.app/api/v1/teams \
--header 'Authorization: Bearer <token>'{
"teams": [
{
"id": "<string>",
"slug": "<string>",
"name": "<string>",
"isPersonal": true
}
]
}