Get a publisher
Authorization:
- Required role:
useror higher
Description
Authorization:- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Response
Publisher fetched (with territories, agreements, userData).
1-45 characters (VALIDATION_RULES.publisher.name).
11-digit IPI name number. Unique per tenant when set.
13-character IPI base number. Unique per tenant when set.
original, sub, administrator JSONB territory snapshot stored directly on the Publisher row. Distinct from the normalized PublisherTerritories table managed by the /territories endpoints.
Optional link to a TenantUser; when set and ipiNameNumber is absent, some read paths fall back to the linked user's IPI.
Present on list/get responses (Sequelize include, unaliased plural).
Present on GET /publishers/{id} and GET /publishers/me only.
Linked TenantUser (id, firstName, lastName, email, ipi), present when tenantUserId is set.