Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Redpacket id
Example:
"redpacket123"
Query Parameters
Pagination cursor
Example:
"cursor_123"
Number of records per page
Required range:
1 <= x <= 100
Example:
20
Sort direction
Example:
"desc"
Response
200 - application/json
Total number of items
Example:
100
Indicates if there are more results
Example:
true
Cursor for first item in current page
Example:
"cursor_123"
Cursor for last item in current page
Example:
"cursor_456"
Array of claim records