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/
Query Examples: accountType=SITE&category=Retail,Ecommerce&domainURL=https://site1.example&name=AscendX Site 1&partnerId=asxPartnerID
Bodymultipart/form-dataJSON string containing the site data to create
SiteCreate
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/site
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/site
- 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/site?siteToCreate=string&userEmail=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=stringResponse
{ "empty": true, "partialObject": true, "property1": null, "property2": null }
Query Examples: accountType=SITE&category=Retail&domainURL=https://site1-new.example&id=knx000001&name=AscendX Site 1 - New
Bodymultipart/form-dataJSON string containing the site data to update
SiteUpdate
- Mock serverhttps://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/site
- Generated server urlhttps://console-stg.ascendxnow.com/api/external/v1/site
- 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/site?siteToUpdate=string&userEmail=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=stringResponse
{ "empty": true, "partialObject": true, "property1": null, "property2": null }