Returns a list of all team names and IDs based on your API key and user API key.
GET /api/v2/cdr/teams
Success
application/json
[
{
"name": "Sally team",
"id": 28982
}
]
curl -X GET -G \
--url 'https://www.example.com/api/v2/cdr/teams' \
-H 'Accept: application/json' \
-d 'key=63c526c0dg05ce85e8b99bt208943f68131c9d0d1d237b7c'