curl --request GET \
--url https://api.open.cx/teams \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Retrieve all teams for the organization
curl --request GET \
--url https://api.open.cx/teams \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved teams
Was this page helpful?