Using the Authentication Token
The authorization token can be used in two ways, either by passing it in the header of API requests, or as a cookie
Passing token in Request Header
curl -H "Authorization: 2326CED835497C89B9D9BB6E44A293D3514D722F" "https://asx-api.bidtheatre.com/v2.0/api/{network_id}/campaign"
Passing Token in Cookie
curl -b cookies -c cookies "https://asx-api.bidtheatre.com/v2.0/api/{network_id}/campaign"
Updated almost 6 years ago