get links
GET /api/links
GET /api/links/{link_id}
To get links you need to make a GET call to the following url :
https://rest.adtrax.org/api/links?authorized_uid={YOUR_UID}&authorized_rest_api_key={YOUR_API_KEY}
Result example :
[
{
"id": "38",
"uid": "16",
"name": "John Advertiser",
"chomeURL": "noLongerUsed",
"url_loggedout": "NoLongerUsed",
"url_loggedin": "http://xanadutracking.com/aff_c?aff_id=99999&offer_id=9999999",
"fbpixel": "243544163596",
"fbpxtype": "",
"analytics_id": "Google Analytics ID",
"timestamp": "1539110000",
"nofb": "yes",
"nopx": "no",
"offerid": "0",
"offerid_rand": "",
"affid": "11061",
"affsub": "",
"folders": "",
"bridge_id": "0",
"hybrid_strict": "no",
"mc_swagger_key": ""
}
]
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| link_id | String | (optional) Predefined Unique ID of the link being queried. |