InMobi Ad Management API

Manages InMobi monetization inventory — the apps and placements a publisher monetizes through InMobi — without clicking through the dashboard. Apps are listed, fetched, created and patched at /rest/api/v2/apps; placements at /rest/api/v1/placements, carrying placementType (INTERSTITIAL, BANNER, REWARDED_VIDEO, NATIVE), cpmFloor, audience-bidding settings and Amazon A9 tag identifiers. Authenticated with an x-client-secret / x-account-id / x-client-id header triplet. Verified live 2026-08-12.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/inmobi-ad-management-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: inmobi:inmobi-ad-management-api
name: InMobi Ad Management API
description: Manages InMobi monetization inventory — the apps and placements a publisher monetizes through
  InMobi — without clicking through the dashboard. Apps are listed, fetched, created and patched at /rest/api/v2/apps;
  placements at /rest/api/v1/placements, carrying placementType (INTERSTITIAL, BANNER, REWARDED_VIDEO,
  NATIVE), cpmFloor, audience-bidding settings and Amazon A9 tag identifiers. Authenticated with an x-client-secret
  / x-account-id / x-client-id header triplet. Verified live 2026-08-12.
humanURL: https://support.inmobi.com/monetize/inmobi-apis/ad-management-api/overview-ad-apis
baseURL: https://publisher.inmobi.com/rest/api
tags:
- Ad Management
- Inventory
- Monetization
properties:
- type: Documentation
  url: https://support.inmobi.com/monetize/inmobi-apis/ad-management-api/overview-ad-apis
- type: APIReference
  url: https://support.inmobi.com/monetize/inmobi-apis/ad-management-api/api-details
- type: Authentication
  url: https://support.inmobi.com/monetize/inmobi-apis/ad-management-api/authentication-and-request-protocol
- type: RateLimits
  url: rate-limits/inmobi-rate-limits.yml
- type: ErrorCatalog
  url: errors/inmobi-problem-types.yml
- type: DataModel
  url: data-model/inmobi-data-model.yml
x-evidence:
  verified: '2026-08-12'
  method: live unauthenticated GET
  url: https://publisher.inmobi.com/rest/api/v2/apps
  http_status: 401
  body: '{"error":true,"errors":[{"errorCode":"[ERROR_MISSING_HEADERS]","reason":"[x-account-id] header
    is missing"}]}'
  note: Names the missing documented header explicitly; supplying all three placeholder headers returned
    401 AUTHENTICATION_ERROR.