Account Management API Endpoints
The Accounts API exposes the following endpoints related to individual and team account configuration and monitoring.
Refer to Getting Started for Authentication and Server information.
Team
Lookup Teams
GET /team-management/v1/teams/
Queries the organization of the requesting account and returns the number of teams matching the query and a summary of each team, including the
ID
value, which may be a required parameter of other API calls related to a specific team.You can filter the results of your query using the name
parameter below.