AI Search

Get DSP Partners

Use this API to retrieve the list of all DSP accounts integrated with the InMobi Exchange. This metadata API is useful when setting up or editing deals, as it provides valid DSP ID and name pairs required for deal creation.

API Endpoint

GET https://apis.demand.ssp.inmobi.com/v1/meta/dsps

Parameters

Field Name Type Is mandatory (Y/N)? Description
Authorization String Y Bearer token for authentication (Bearer <token>)
X-USER-ID String Y The ID of the user making the request
X-INMOBI-ORG-ID String Y The organization ID associated with the user
Content-Type String Y Specifies the media type of the request body. Use: application/json

Sample Request

 curl -X GET "https://apis.demand.ssp.inmobi.com/v1/meta/accounts" \
-H "Authorization: Bearer <your bearer token>" \
-H "X-USER-ID: <test app>" \
-H "X-INMOBI-ORG-ID: <your org id>" \
-H "Content-Type: application/json"

Sample Response

{
  "data": [
    {
      "name": "Aarki RTB",
      "id": "cbab4104e7f14e2fbd2e21e96a8bf787"
    },
    {
      "name": "Adcolony_FirstRTBD",
      "id": "50f3f94bf37047ff982aca2536d781d1"
    },
    {
      "name": "Adcolony RTBD",
      "id": "b77bf7ba928f412eb02714cb5983f8d2"
    },
    {
      "name": "AdElement RTBD",
      "id": "bb9c931396d44a45b7e11b9b259e2d42"
    }
    // ...more DSPs
  ]
}

On This Page

Last Updated on: 25 Aug, 2025