APIs related to bidder networks
AscendX API (v1.9)
Download OpenAPI description
Languages
Servers
Mock server
https://developers.ascendxnow.com/_mock/asx-docs/asx-api/
Generated server url
https://console-stg.ascendxnow.com/
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit?account=string&search=string&appendPlacementIds=false&active=true&adunitType=banner&inventoryType=inapp&page=0&size=10&sortField=name&sortDirection=ASC' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "content": [ { … } ], "empty": true, "first": true, "last": true, "number": 0, "numberOfElements": 0, "pageable": { "offset": 0, "pageNumber": 0, "pageSize": 0, "paged": true, "sort": { … }, "unpaged": true }, "size": 0, "sort": { "empty": true, "sorted": true, "unsorted": true }, "totalElements": 0, "totalPages": 0 }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"accountId": "string",
"adunitNetworkLinks": [
{
"active": true,
"networkConfiguration": {
"property1": "string",
"property2": "string"
},
"networkId": "string",
"priority": 0,
"updatedAt": 0
}
],
"bidSettings": {
"biddingType": "normal",
"defaultFloorPrice": 0.1,
"frequencyCapping": {
"duration": 0,
"enabled": true,
"impressions": 0,
"timeUnit": "minute"
},
"pricingType": "kai"
},
"excludedBrands": [
{
"name": "string",
"url": "string"
}
],
"includedBrands": [
{
"name": "string",
"url": "string"
}
],
"inventoryType": "inapp",
"maxVideoDuration": 0,
"minVideoDuration": 0,
"name": "string",
"placementIds": [
"string"
],
"priceConfigurations": [
{
"condition": "time",
"endTime": 0,
"price": 0.1,
"startTime": 0
}
],
"size": {
"height": 0,
"width": 0
},
"type": "banner"
}'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/bid_settings
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/bid_settings
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/bid_settings \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"biddingType": "normal",
"code": 0,
"defaultFloorPrice": 0.1,
"frequencyCapping": {
"duration": 0,
"enabled": true,
"impressions": 0,
"timeUnit": "minute"
},
"pricingType": "kai"
}'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/brand/exclude
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/brand/exclude
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/brand/exclude \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"brandList": [
{
"name": "string",
"url": "string"
}
],
"code": 0
}'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/brand/include
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/brand/include
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/brand/include \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"brandList": [
{
"name": "string",
"url": "string"
}
],
"code": 0
}'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/disable
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/disable
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/disable?code=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/enable
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/enable
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/enable?code=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/info
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/info
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/info \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": 0,
"maxVideoDuration": 0,
"minVideoDuration": 0,
"name": "string"
}'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/placements
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/placements
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/placements \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": 0,
"placementIds": [
"string"
]
}'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/price_configuration
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/price_configuration
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/price_configuration \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"code": 0,
"priceConfigurations": [
{
"condition": "time",
"endTime": 0,
"price": 0.1,
"startTime": 0
}
]
}'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/{code}
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/adunit/{code}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/adunit/{code}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }