Skip to main content
GET
/
team
/
proper-team
/
{id}
Get team by any UUID
curl --request GET \
  --url https://api.wirespeed.co/team/proper-team/{id} \
  --header 'Authorization: Bearer <token>'
{
  "teamId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Team UUID

Response

teamId
string
required

Unique identifier for the team