InMobi DSP Cost API

Asynchronous spend reporting for InMobi DSP advertisers. A bearer token is minted from clientId/clientSecret at POST /auth/token (8-hour validity), then a report is created at POST /reports/network, /reports/programmatic or /reports/skan with startDate, endDate, dimensions, measures and filters, polled at GET /reports/{reportID}/status, and retrieved at GET /reports/{reportID}/download. Data is available for the last 90 days only. Verified live 2026-08-12.

API entry from apis.yml

apis.yml Raw ↑
aid: inmobi:inmobi-dsp-cost-api
name: InMobi DSP Cost API
description: Asynchronous spend reporting for InMobi DSP advertisers. A bearer token is minted from clientId/clientSecret
  at POST /auth/token (8-hour validity), then a report is created at POST /reports/network, /reports/programmatic
  or /reports/skan with startDate, endDate, dimensions, measures and filters, polled at GET /reports/{reportID}/status,
  and retrieved at GET /reports/{reportID}/download. Data is available for the last 90 days only. Verified
  live 2026-08-12.
humanURL: https://support.inmobi.com/dsp/global/inmobi-dsp-global/reporting-for-inmobi-dsp-global/cost-api-integration-for-inmobi-dsp
baseURL: https://api.cdr.inmobi.com/api/v3
tags:
- DSP
- Reporting
- Advertising
properties:
- type: Documentation
  url: https://support.inmobi.com/dsp/global/inmobi-dsp-global/reporting-for-inmobi-dsp-global/cost-api-integration-for-inmobi-dsp
- type: Authentication
  url: authentication/inmobi-authentication.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 POST
  url: https://api.cdr.inmobi.com/api/v3/auth/token
  http_status: 400
  body: '{"status":"FAILED","code":400,"error":{"code":"client.cred.invalid","message":"The provided credentials
    are invalid. Please check your clientId & clientSecret and try again."}}'
  note: Returns the provider's own documented error slug client.cred.invalid. Separate domain from the
    rest of InMobi's surface, but named as the Cost API base in InMobi's own DSP documentation.