teams
  • 16 Oct 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

teams

  • Dark
    Light
  • PDF

Article summary

Get
/api/v2/cdr/teams

Returns a list of all team names and IDs based on your API key and user API key.

Query parameters
key
stringRequired
Exampleuser_api_key
Responses
200

Success

example1

Teams parameters

All of the teams data

{
  "name": "Sally team",
  "id": 28982
}
object

Array of id and name

Example{ "name": "Sally team", "id": 28982 }
400

Invalid query parameters

Invalid or nonexistent User API Key
{
  "error": "Invalid User API Key"
}
Example{ "error": "Invalid User API Key" }

Was this article helpful?

What's Next