Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successfully retrieved teams
curl --request GET \
--url https://api.open.cx/teams \
--header 'Authorization: Bearer <token>'This response does not have an example.Retrieve all teams for the organization
curl --request GET \
--url https://api.open.cx/teams \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully retrieved teams
Was this page helpful?