Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Team UUID
Response
Unique identifier for the team
curl --request GET \
--url https://api.wirespeed.co/team/proper-team/{id} \
--header 'Authorization: Bearer <token>'
{
"teamId": "<string>"
}
curl --request GET \
--url https://api.wirespeed.co/team/proper-team/{id} \
--header 'Authorization: Bearer <token>'
{
"teamId": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Team UUID
Unique identifier for the team