curl --request GET \
--url https://api.wirespeed.com/team/proper-team/{id} \
--header 'Authorization: Bearer <token>'
{
"teamId": "<string>"
}
curl --request GET \
--url https://api.wirespeed.com/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
The response is of type object
.