Last updated 1 year ago
Was this helpful?
A negotiated contract is a special arrangement between client and TextMaster which affects price-per-word paid by client on their projects. Normally, it's a fixed amount price reduction.
OAuth: This endpoint requires the default public scope.
public
curl -G "https://api.textmaster.com/v1/clients/negotiated_contracts" \ -H "Authorization: Bearer 37c102e8d6017d4d63625fd968aac8c225e5553f30f533d88f309499692ae310"
/v1/clients/negotiated_contracts
Search results are limited to 100 items. Specify page number to read more than the first page.
curl -L \ --url 'https://api.textmaster.com/v1/clients/negotiated_contracts'
{ "total_pages": 1, "count": 1, "page": 1, "per_page": 20, "previous_page": null, "next_page": null, "negotiated_contracts": [ { "id": "61698ab18b81926d91c0e8d7", "name": "Special eCommerce 1", "client_pricing": -5, "client_pricing_in_currency": -0.007 } ] }