Airbridge APIs enable you to integrate Airbridge with your business application.
Available Endpoints
The API is organized around the following resources:
Name | Resource | Description | Authentication |
---|---|---|---|
Tracking Link | Create, get, update, delete tracking links. | AIRBRIDGE-API-KEY {API-TOKEN} | |
Actual Report | Query actual report. | AIRBRIDGE-API-KEY {API-TOKEN} | |
Raw Data Export | Request raw data export and get the link to download. | AIRBRIDGE-API-KEY {API-TOKEN} | |
Attribution Result | Get attribution result for mobile devices. | AIRBRIDGE-API-KEY {API-TOKEN} |
Authentication
curl -H "Authorization: AIRBRIDGE-API-KEY {API-TOKEN}" https://api.airbridge.io
API-TOKEN is available on Dashboard > Settings > App > Tokens menu.
{
"data": {
// resource object
},
"at": 1591954505 // response timestamp
}