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.
GET https://apis.demand.ssp.inmobi.com/v1/meta/dsps
| 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 |
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"
{
"data": [
{
"name": "Aarki RTB",
"id": "cbab4104e7f14e2fbd2e21e96a8bf787"
},
{
"name": "Adcolony_FirstRTBD",
"id": "50f3f94bf37047ff982aca2536d781d1"
},
{
"name": "Adcolony RTBD",
"id": "b77bf7ba928f412eb02714cb5983f8d2"
},
{
"name": "AdElement RTBD",
"id": "bb9c931396d44a45b7e11b9b259e2d42"
}
// ...more DSPs
]
}
By installing this SDK update, you agree that your Children Privacy Compliance setting remains accurate or that you will update that setting, whenever there is a change in your app's audience. You may update the app's Children Privacy Compliance settings at https://publisher.inmobi.com/my-inventory/app-and-placements.
Support Center