Create an application
Create an application
Create an application
POST
https://exclusive-demand-api.ogury.co/applications
The endpoint to create a new application.
Headers
Name
Type
Description
Content-Type
string
application/json
Authentication*
string
The content of the header is the token (generated service token or jwt token) provided to the publisher in format "Bearer [YOUR KEY]"
Request Body
Name
Type
Description
platform*
string
Allowed values: "ANDROID" | "iOS" | "WEB"
bundle*
string
The bundle of the application or web app url, max length: 255. Example "com.facebook.katana"
name*
string
Name of the application, max length: 255.
organizationId
string
The uuid of your organisation (only required when you belongs to many organisations and JWT Token is used)
{
"name": "toto",
"bundle": "string",
"platform": "iOS",
"created_at": "2022-06-15T14:29:19.648Z",
"updated_at": "2022-06-15T14:29:19.648Z",
//Asset key which is used to create ad unit
"assetKey": "OGY-2C1C872D640D",
"seller_id": "7148ffb5-d55f-4b7d-a630-c32f40c35b7b",
"publisher_is_network_partner": false,
"adUnits": [
{
"name": "Default",
"ad_unit_id": "272418_default",
"advert_type": "interstitial"
}
]
}
Last updated