post https://<platform>-mgmt.mcm-api.moloco.com/rmp/mgmt/v1/platforms//ad-manager-accounts
Create an ad manager account
Responses
Create an ad manager account
xxxxxxxxxx
11curl --request POST \
--url https:///%3Cplatform%3E-mgmt.mcm-api.moloco.com/rmp/mgmt/v1/platforms/platform_id/ad-manager-accounts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"ad_manager_account": {
"managing_type": "UNKNOWN_MANAGING_TYPE"
}
}
'