List of Account Managers
GET {{campaign_url}}/accountManagers?marketId=1
Retrieve a list of account managers
You can retrieve all of the account managers within your market by sending this GET
request.
Note: If you have access to multiple markets, you must specify a value for marketId
. Otherwise (i.e., marketId
is left unchecked), the request will return a 300 Multiple Choices response containing a list of market IDs that can be passed as marketId
values.
Response Body
You can manually copy an account manager ID from the response body and paste it into the value cell for the accountManagerId
variable in your environment. This allows you to create other campaign objects (e.g., advertiser, IO) under the same market manager account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
marketId | number | Numeric ID associated with a given market. Required only if you have access to multiple markets. |
RESPONSES
status: OK
{"queryTotal":2,"data":[{"id":"1234","resourceType":"accountManager","name":"pm@amobee.com"},{"id":"0987","resourceType":"accountManager","name":"test@amobee.com"}],"errors":[]}