Skip to main content
GET
List a publisher's agreements
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Response

Agreements fetched.

id
string<uuid>
TenantId
integer
publisherId
string<uuid>
agreementType
enum<string>
Available options:
original,
sub-publishing,
administration,
collection
agreementNumber
string

Unique per tenant.

startDate
string<date-time>
endDate
string<date-time> | null
terms
object
createdAt
string<date-time>
updatedAt
string<date-time>