How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MOLOCO Ad Account API

The AdAccount API from MOLOCO — 7 operation(s) for adaccount.

MOLOCO Ad Account API is one of 41 APIs that MOLOCO publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Ad Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 13 operations across 7 paths, and defines 47 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 3 base URLs: https://-mgmt.mcm-api.moloco.com, https://api.moloco.cloud, https://morse-us-prod.adsmoloco.com.

13 operations 7 paths 47 schemas 2 DELETE5 GET3 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.moloco.cloud
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

MOLOCO Ad Account API declares 2 security schemes for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). An API key is passed in the header as Authorization (Bearer).

  • Bearer — Note that the bearer authentication has been deprecated. Please refer [API and SSO Credential Management](https://mcm-docs.moloco.com/docs/api-key-and-sso-secr…

Paths & Operations 13

Across 7 paths, the API surfaces 13 operations — 2 DELETE, 5 GET, 3 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

AdAccount 13
GET
/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts
ListAdAccounts
RmpManagementApi_ListAdAccounts 1 param → 200400401403404500
POST
/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts
CreateAdAccount
RmpManagementApi_CreateAdAccount 1 param body → 200400401403404500
GET
/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}
ReadAdAccount
RmpManagementApi_ReadAdAccount 2 params → 200400401403404500
PUT
/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}
UpdateAdAccount
RmpManagementApi_UpdateAdAccount 2 params body → 200400401403404500
PUT
/rmp/mgmt/v1/platforms/{platform_id}/ad-accounts/{ad_account_id}/state-info
UpdateAdAccountStateInfo
RmpManagementApi_UpdateAdAccountStateInfo 2 params body → 200400401403404500
GET
/cm/v1/ad-accounts
List up AdAccounts.
DspApi_ListAdAccounts → 200default
POST
/cm/v1/ad-accounts
Create a new AdAccount.
DspApi_CreateAdAccount body → 200default
GET
/cm/v1/ad-accounts/{ad_account_id}
Read an existing AdAccount.
DspApi_ReadAdAccount 1 param → 200default
DELETE
/cm/v1/ad-accounts/{ad_account_id}
Delete an existing AdAccount.
DspApi_DeleteAdAccount 1 param → 200default
PUT
/cm/v1/ad-accounts/{ad_account_id}
Update an existing AdAccount.
DspApi_UpdateAdAccount 1 param body → 200default
GET
/v1/ad-accounts/{ad_account_id}/users
Get the list of ad account users.
v1_list_ad_account_registrations 3 params → 200400403500
POST
/v1/ad-accounts/{ad_account_id}/users
Register a user to an ad account.
v1_create_ad_account_registration 1 param body → 204400403409500
DELETE
/v1/ad-accounts/{ad_account_id}/users/{user_id}
Remove a user from an ad account.
v1_delete_ad_account_registration 3 params → 204400403500

Schemas 47

The contract defines 47 schemas that model the data the API accepts and returns. The most detailed are dspAdAccount (10 properties), managementv1AdAccount (6 properties), v1AdAccountStateInfo (5 properties), messagesUpdateAdAccountErrorAPIErrorInfo (3 properties). Each schema is shown below with its type and property counts.

publicUpdateAdAccountStateInfoResponse
object
UpdateAdAccountStateInfo response.
1 property 1 required
publicUpdateAdAccountRequestAdAccountInfo
object
2 properties 2 required
publicListAdAccountsResponse
object
ListAdAccounts response.
1 property 1 required
v1AdAccountStateInfoAdAccountState
string
v1AdAccountStateInfo
object
AdAccountStateInfo encloses AdAccount's state information.
5 properties 5 required
RepresentedErrorDetail
object
3 properties 2 required
publicReadAdAccountResponse
object
ReadAdAccount response.
1 property 1 required
publicCreateAdAccountRequestAdAccountInfo
object
3 properties 2 required
UpdateAdAccountStateInfoRequestAdAccountStateInfoParams
object
AdAccountState info.
3 properties 3 required
publicCreateAdAccountResponse
object
CreateAdAccount response.
1 property 1 required
managementv1AdAccount
object
Definition of a ad account.
6 properties 6 required
commonErrorCategory
string
AdAccountStateInfoStateCase
string
publicRepresentedError
object
3 properties 3 required
publicUpdateAdAccountResponse
object
UpdateAdAccount response.
1 property 1 required
messagesUpdateAdAccountErrorAPIErrorInfoErrorReason
string
messagesListAdAccountsResponse
object
1 property
messagesCreateAdAccountErrorAPIErrorInfo
object
3 properties
messagesUpdateAdAccountErrorAPIErrorInfo
object
3 properties
messagesListAdAccountsError
object
3 properties
messagesListAdAccountsErrorAPIErrorInfoErrorReason
string
adcloudcommonCurrency
string
Enumeration of currencies supported by Moloco Ads. This value is not part of the specification. - USD: US Dollar. - KRW: Korean Won. - JPY: Japanese Yen. - EUR…
dspAdAccount
object
AdAccount represents a person or organization who owns Products and aims to promote the Products with advertising Campaigns.
10 properties 1 required
messagesDeleteAdAccountErrorAPIErrorInfoErrorReason
string
messagesCreateAdAccountErrorAPIErrorInfoErrorReason
string
messagesReadAdAccountErrorAPIErrorInfo
object
3 properties
messagesReadAdAccountErrorAPIErrorInfoErrorReason
string
messagesDeleteAdAccountError
object
3 properties
messagesReadAdAccountResponse
object
1 property
AdAccountTargetFuturePreferenceInfo
object
TargetFuturePreferenceInfo contains each target's future preference information. If the newly created Campaign satisfies the condition of target future prefere…
2 properties
messagesUpdateAdAccountError
object
3 properties
messagesUpdateAdAccountResponse
object
1 property
messagesDeleteAdAccountErrorAPIErrorInfo
object
3 properties
messagesListAdAccountsErrorAPIErrorInfo
object
3 properties
messagesDeleteAdAccountResponse
object
messagesCreateAdAccountError
object
3 properties
messagesCreateAdAccountResponse
object
1 property
TargetFuturePreferenceInfoCustomProducts
object
CustomProducts stores Products' ids of which the target prefers.
1 property
messagesReadAdAccountError
object
3 properties
TargetFuturePreferenceInfoProductScope
string
ProductScope indicates the scope of Product of which the target prefers.
adAccountRegistrationWithUserInfo
object
A user registered to an Ad Account and the roles given to the user for the Ad Account.
listAdAccountRegistrationsResponse
object
Lists the user registrations to an Ad Account with roles assigned to each user.
1 property 1 required
userStatus
object
The set of status values for a user.
1 property 1 required
createAdAccountRegistrationRequest
object
A request to register a user to an Ad Account.
3 properties 2 required
error
object
Error response with detailed reason.
2 properties 2 required
adAccountRegistration
object
A user registered to an Ad Account.
3 properties 3 required
roleReference
object
Reference to a role defined in a platform.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

moloco-adaccount-api-openapi.yml Raw ↑

Other APIs MOLOCO publishes across the network.

MOLOCO Ad Group API
MOLOCO Ad Manager Account API
MOLOCO Analytics API
MOLOCO Asset API
MOLOCO Audience Target API
MOLOCO Campaign API
MOLOCO Campaign Summary API
MOLOCO Change History API
MOLOCO Cohort Summary API
MOLOCO Creative API
MOLOCO Creative Group API
MOLOCO Customer Set API
Where this information came from

This is an independent, third-party profile of MOLOCO Ad Account API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.