Skip to content

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/

Bidder Network API

APIs related to bidder networks

Operations

Location API

APIs to query countries, states, etc

Operations

Placement API

APIs related to placement

Operations

Analytics API

APIs to get performance metrics

Operations

Partner API

APIs related to partners

Operations

Get list of partners

Request

Security
oauth2
curl -i -X GET \
  https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/partner \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Body
emptyboolean
partialObjectboolean
property name*anyadditional property
Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }

Update partner details

Request

Security
oauth2
Query
datastringrequired

JSON string containing the partner data to update

Examples:

PartnerUpdate

id=asxPartnerID&name=AscendX Prtner 1&url=https://ascendxnow.com
Bodymultipart/form-data
filestring(binary)

Optional logo image file for the partner

curl -i -X PUT \
  'https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/partner?data=string' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -F file=string

Responses

OK

Body
emptyboolean
partialObjectboolean
property name*anyadditional property
Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }

Update partner billing address

Request

Security
oauth2
Bodyapplication/jsonrequired
address1string
address2string
citystring
countrystring
idstring
postalCodestring
statestring
stateCodestring
curl -i -X PUT \
  https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/partner/billing_address \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "address1": "string",
    "address2": "string",
    "city": "string",
    "country": "string",
    "id": "string",
    "postalCode": "string",
    "state": "string",
    "stateCode": "string"
  }'

Responses

OK

Body
emptyboolean
partialObjectboolean
property name*anyadditional property
Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }

Update partner billing contact

Request

Security
oauth2
Bodyapplication/jsonrequired
companystring
emailstring
idstring
namestring
sendEmailboolean
curl -i -X PUT \
  https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/partner/billing_contact \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "company": "string",
    "email": "string",
    "id": "string",
    "name": "string",
    "sendEmail": true
  }'

Responses

OK

Body
emptyboolean
partialObjectboolean
property name*anyadditional property
Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }

Get partner by id

Request

Security
oauth2
Path
idstringrequired
curl -i -X GET \
  'https://developers.ascendxnow.com/_mock/asx-docs/asx-api/api/external/v1/partner/{id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Body
emptyboolean
partialObjectboolean
property name*anyadditional property
Response
{ "empty": true, "partialObject": true, "property1": null, "property2": null }

Site API

APIs related to sites.

Operations

Account API

APIs related to account

Operations

Mobile App API

APIs to query mobile app details

Operations

App API

APIs related to apps

Operations

Adunit API

APIs related to adunits

Operations