For the complete documentation index, see llms.txt. This page is also available as Markdown.

Negotiated Contracts

List negotiated contracts

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.

List Negotiated Contracts

get
Authorizations
OAuth2authorizationCodeRequired

OAuth2 Bearer token authentication

Authorization URL: Token URL: Refresh URL:
Query parameters
pageintegerOptional

Search results are limited to 100 items. Specify page number to read more than the first page.

Responses
200

Lists Negotiated Contracts

application/json
total_pagesintegerOptional
countintegerOptional
pageintegerOptional
per_pageintegerOptional
previous_pageinteger · nullableOptional
next_pageinteger · nullableOptional
get/v1/clients/negotiated_contracts

Code samples

Last updated

Was this helpful?