Ad Networks
Last updated
Last updated
This endpoint makes an HTTP GET request to retrieve a list of ad networks from the specified API endpoint. The request does not include a request body as it is a GET request.
This endpoint is deprecated, please use or instead.
Method: GET
Endpoint: https://api.creatopy.com/v1/adnetworks
The response to the request is in JSON format with a status code of 200 (OK). The response body contains an array of ad network objects, each including an ID, name, type, adTag, html5, and status properties.
This endpoint requests an HTTP GET to retrieve a list of ad networks available for ad serving.
Method: GET
Endpoint: https://api.creatopy.com/v1/adnetworks/forAdserving
Query Parameters: This endpoint does not require any query parameters.
Upon a successful execution, the response will have a status code of 200 and a JSON content type. The response body will contain the following structure:
JSON
Each object in the response
array represents an ad network and contains the following fields:
id
Number
Unique identifier of the ad network.
name
String
Name of the ad network.
type
String
Type of the ad network.
adTag
Boolean
Indicates whether an ad tag is available. (Always true for this endpoint)
html5
Boolean
Indicates whether HTML5 ads are supported.
status
Boolean
Status of the ad network (e.g., active/inactive).
adNetworkTeams
Object
Team-related details for the ad network.
adNetworkTeams.teamId
Number
ID of the team associated with the ad network.
adNetworkTeams.adNetworkId
Number
ID of the ad network linked to the team.
adNetworkTeams.status
Boolean
Status of the ad network within the team.
This endpoint requests an HTTP GET to retrieve a list of ad networks available for HTML
Method: GET
Endpoint: https://api.creatopy.com/v1/adnetworks/forHtml
Query Parameters: This endpoint does not require any query parameters.
Upon a successful execution, the response will have a status code of 200 and a JSON content type. The response body will contain the following structure:
JSON
Each object in the response
array represents an ad network and contains the following fields:
id
Number
Unique identifier of the ad network.
name
String
Name of the ad network.
type
String
Type of the ad network.
adTag
Boolean
Indicates whether an ad tag is available.
html5
Boolean
Indicates whether HTML5 ads are supported. (Always true for this endpoint)
status
Boolean
Status of the ad network (e.g., active/inactive).
adNetworkTeams
Object
Team-related details for the ad network.
adNetworkTeams.teamId
Number
ID of the team associated with the ad network.
adNetworkTeams.adNetworkId
Number
ID of the ad network linked to the team.
adNetworkTeams.status
Boolean
Status of the ad network within the team.