curl --request GET \
--url https://api.open.cx/teams/{teamId} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Retrieve details of a specific team
curl --request GET \
--url https://api.open.cx/teams/{teamId} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?