get bridges
GET /api/bridges
GET /api/bridges/{bridge_id}
To get links you need to make a GET call to the following url :
https://rest.adtrax.org/api/bridges?authorized_uid={YOUR_UID}&authorized_rest_api_key={YOUR_API_KEY}
Result example :
[
{
"id": "120",
"delaytime": "1",
"maxhourly": "400",
"title": "Texas Rent To Own",
"uid": "23",
"CRM_KEY": "3557",
"TC_base64ApiKey": "",
"TC_campaignId": "",
"name": "Jorge de Leon",
"niche": "RTO",
"method": "MC",
"timestamp": "1546632545",
"campaign_id": "44",
"campaign_name": "RTO",
"leadcapsule": "yes",
"lexington": "no",
"subThree": "",
"subOne": "11135",
"subTwo": "Texas Rent To Own Homes",
"adnum": "0",
"mc_swagger_key": "",
"mysmsbusiness_key": "",
"mysmsbusiness_cid": "",
"fb_access_token": "",
"fb_app_secret": "",
"fb_app_id": "",
"fb_ads_pixel_id": ""
}
]
QUERY PARAMETERS
| Field | Type | Description |
|---|---|---|
| bridge_id | String | (optional) Predefined Unique ID of the bridge being queried. |