Contracts
Last updated
Contracts are the rules of the business relationship between you and a partner. Contracts are set up to provide governing rules about how partners are meant to be paid for creating business for you. Contracts might be similar or the same to others in the same program due to their being created from sets of Template Terms, which are the basis for all contracts a program has. You can retrieve a specific contract as well as list all your contracts via API.
See the Contracts screen to manage contracts via the impact.com web app.
When interacting with the /Contracts endpoint using scoped tokens, the resource path must match the specific HTTP method to ensure successful authentication:
GET
/Advertisers/{AccountSID}/Campaigns/{ID}/Contracts
/Advertisers/{AccountSID}/Campaigns/{ID}/Contracts/{ContractID}
/Advertisers/{AccountSID}/Campaigns/{ID}/Contracts/{ContractID}/Download
POST
/Advertisers/{AccountSID}/Programs/{ID}/Contracts
DELETE
/Advertisers/{AccountSID}/Programs/{ID}/Contracts
Last updated
