Skip to main content
POST
Check for territory conflicts between two publishers
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}"

Body

application/json
originalPublisherId
string<uuid>
required
subPublisherId
string<uuid>
required
territories
string[]
required
startDate
string<date-time>
required
endDate
string<date-time> | null

Response

Conflict check result.

hasConflicts
boolean
conflicts
object[]