Our API is organised around REST and lets you interact directly with Target Circle from anything that can send an HTTP request. Every API endpoint returns JSON encoded as UTF-8 and uses HTTP response codes to indicate errors. The API … Read More
Working with our API
Transactions
These are objects representing the transactions generated by the Publisher. A list of transactions is returned. Specifications Path: /api/v1/transactions HTTP verb: GET Parameters limit A limit on the number of objects to be returned. Accepts integers between 1 and 50. … Read More
Transactions
These are objects representing the transactions generated by the Advertiser. A list of transactions is returned. Specifications Path: /api/v1/transactions HTTP verb: GET Parameters limit A limit on the number of objects to be returned. Accepts integers between 1 and 50. … Read More
API definitions
Some lists that are returned by our API can be filtered on fields that can contain string values. Those string values are mapped to an ID that can be used in the filter parameter. This article provides an overview of … Read More