v1

latestOpenAPI 3.0.32026-07-243003151.2 MB
Campaigns

Ingest Third Party Tokens

This method allows the calling application to submit a list of Tokens that will be issued against a particular Campaign.

post/campaigns/{campaignId}/thirdPartyTokens

Path parameters

campaignIdstring int64 required

EES AIR CampaignId ID.

Headers

X-EES-AUTH-CLIENT-IDstring string required

Client ID, This will be provided by EES and is unique to the company calling the API.

X-EES-AUTH-HASHstring string required

Request Security Hash, calculated using SHA-256 function from concatenated full Request URI Path with Query String(s), Payload and Client Secret

Accept-Encoding'' | 'gzip' | 'deflate' | 'gzip,deflate'

This request HTTP header advertises which content encoding (usually a compression algorithm) the calling application is able to understand. The server selects one of the proposals, use it and informs the client of its choice with the Content-Encoding response header. Currently supported gzip and deflate, if request header not present no compression will be used.

X-EES-TRANSACTION-IDstring string

Unique Reference for the API transaction within the calling company.

Request body

tokensstring[] required

Response

Successful Response with all Third Party Tokens ingested