Articles
List teams
List Account Teams
Returns a list of all teams in your account.
Endpoint
GET
v5/accountteams
Requires authentication
Path Parameters
None
...
Get team
Get Account Team
Returns information about a specific team in your account.
Endpoint
GET
v5/accountteams/{team_id}
Requires authentication
Path Parameters
Th...
Update team
Update Account Team
Updates information for a specified team in your account.
Endpoint
POST
v5/accountteams/{team_id}
Requires authentication
Path Parameters
...
Create team
Create Account Team
Creates a new team in your account.
Endpoint
PUT
v5/accountteams
Requires authentication
Path Parameters
None
...
Delete team
Delete Account Team
Deletes a specified team from your account. This action is permanent and cannot be undone.
Endpoint
DELETE
v5/accountteams/{team_id}
Requires authentication
...