Skip to main content
GET
List claims for the tenant inbox
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /publishing/claims Description: Filtered, paginated tenant-wide claims list plus a status summary for dashboard counters. page defaults to 1, size defaults to 20 and is capped at 100. Authorization:
  • Required role: user or higher
  • Requires an active publisher addon
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>
Available options:
filed,
under_review,
counter_claimed,
resolved,
escalated,
withdrawn
claimType
enum<string>
Available options:
ownership,
share_dispute,
registration_conflict,
metadata
workId
string<uuid>
claimantWriterId
string<uuid>
page
integer
default:1
size
integer
default:20
Required range: x <= 100

Response

Claims retrieved

status
string
Example:

"success"

data
object