GET
/
team
/
proper-team
/
{id}
curl --request GET \
  --url https://api.wirespeed.co/team/proper-team/{id} \
  --header 'Authorization: Bearer <token>'
{
  "teamId": "<string>"
}

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

200
application/json

The response is of type object.