Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Cursor for pagination. Use this to fetch the next set of results. The cursor is an opaque string returned in the previous response's metadata. Leave empty for the first request.
"dXBkYXRlZF9hdDoxNjc0MTIzNDU2"
Number of items to return per request. Defaults to 20 if not specified. Must be between 1 and 100.
1 <= x <= 100
20
You can choose to filter items on specific fields. Available fields and values:
id
:lt
,lteq
,gt
,gteq
,eq
,not_eq
,in
,not_in
reviewed_by_id
:eq
,not_eq
,in
,not_in
user_id
:eq
,not_eq
,in
,not_in
thirdparty_id
:eq
,not_eq
,in
,not_in
"[{\"field\": \"user_id\", \"operator\": \"eq\", \"value\": \"123\"}]"
You can choose to sort items on specific attributes
Sort field may be prefixed with -
for descending order.
Example : id
will sort by ascending order, -id
will sort by descending order.
Available fields : id
Response
Returns a list of purchase requests
Indicates whether additional results are available beyond this set. Use this flag to determine if another request is needed.
true
Cursor to retrieve the next set of results.
Include this value in the cursor parameter of your next request to fetch subsequent items.
A null
next_cursor
in the response indicates no further results.
"dXBkYXRlZF9hdDoxNjc0MTIzNDU2"
The list of items returned