Skip to main content
GET
/
v3
/
teams
List Teams
curl --request GET \
  --url https://app.plugchoice.com/api/v3/teams \
  --header 'Authorization: Bearer <token>'
{
  "uuid": "<string>",
  "id": 123,
  "name": "<string>",
  "slug": "<string>",
  "email": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns a list of all teams the authenticated user belongs to.

Response

uuid
string
The unique UUID of the team.
id
integer
The numeric ID of the team.
name
string
The team name.
slug
string
The URL-friendly slug of the team.
email
string
The team’s contact email address.
created_at
string
ISO 8601 timestamp of when the team was created.
updated_at
string
ISO 8601 timestamp of when the team was last updated.