Skip to main content
GET
/
teams
List teams
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.

Authorizations

Authorization
string
header
required

API key with "faces_" prefix. Create one at Settings > Developers.

Response

Team list

teams
object[]
required