Parameters
CampaignId
required
CampaignId
requiredThe unique identifier of the program (formerly known as campaigns) that you have partnered with.
TermsId
required
TermsId
requiredThe Termsid
can be found in the TermsPdfUri
result when Retrieving a contract.
Returns
Returns the specified custom terms of a contract as a downloaded file in PDF format.
Example Request
curl 'https://api.impact.com/Mediapartners/<AccountSID>/Campaigns/<CampaignId>/CustomTerms/<TermsId>/Download' \
-X GET \
-u '<AccountSID>:<AuthToken>' \
-H 'Accept: application/pdf' \
-o 'CustomTerms.pdf'