List Benefit Request Documents
Benefit
List Benefit Request Documents
Lists benefit request documents.
GET
List Benefit Request Documents
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Benefit request identifier
Example:
"0197f712-8a7e-7a53-9d28-51f8f3c77d41"
Query Parameters
Items per page
Example:
10
Page number
Example:
1
Benefit document validation status
Available options:
PENDING, APPROVED, REJECTED, EXPIRED Example:
"PENDING"
Field to sort by
Available options:
createdAt, validatedAt Example:
"createdAt"
Sort order
Available options:
asc, desc Example:
"desc"
Comma-separated list of fields to include in the response. Supports dot notation for nested projection (e.g. id,name,user.email,trips.route.id). Unknown fields are silently dropped.