Skip to main content
GET
Get a sub-publishing agreement
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

Agreement fetched.

id
string<uuid>
originalPublisherId
string<uuid>
subPublisherId
string<uuid>
tenantId
integer
agreementNumber
string
startDate
string<date-time>
endDate
string<date-time> | null
terms
object
originalPublisher
object | null

Included on GET responses — { id, name, publisherType }.

subPublisher
object | null

Included on GET responses — { id, name, publisherType }.

createdAt
string<date-time>
updatedAt
string<date-time>