Claims
Get claims by license (paginated)
Returns claims associated to the authenticated license. Supports pagination and filtering by status and payment association.
GET
Get claims by license (paginated)
Returns claims for the authenticated license. Use query params for pagination, sorting and filtering.
Authorizations
Query Parameters
License UID
Page number (1-based)
Required range:
x >= 1Page size (items per page)
Required range:
x >= 1Sort order by creation date
Available options:
asc, ascending, desc, descending Claim status (0=PENDING_REVIEW, 1=APPROVED, 2=PROCESSING_PAYMENT, 3=PAID, 4=REJECTED)
Available options:
0, 1, 2, 3, 4 If true, returns only claims without associated payment
Get claims by license (paginated)