Articles
LIST
List Account Teams
Returns a list of all teams in your account.
Endpoint
GET
v5/accountteams
Requires authentication
Path Parameters
None
...
GET
Get Account Team
Returns information about a specific team in your account.
Endpoint
GET
v5/accountteams/{team_id}
Requires authentication
Path Parameters
Th...
CREATE
Create Account Team
Creates a new team in your account.
Endpoint
PUT
v5/accountteams
Requires authentication
Path Parameters
None
...
UPDATE
Update Account Team
Updates information for a specified team in your account.
Endpoint
POST
v5/accountteams/{team_id}
Requires authentication
Path Parameters
...
DELETE
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
...