v1
latestOpenAPI 3.1.02026-07-2051132407.2 KBCard orders
Get card order items
Returns the item list of a specific card order.
get/cardorders/{id}/items
Path parameters
idstring required
The unique identifier of the card order.
Query parameters
offsetinteger
Specifies the position of an element in a list of card orders. The response includes a list of card order items that starts at the specified offset.
Default: 0, which means that the response contains all the elements in the list of card order items.
limitinteger
The number of card order items returned per page. Default: 10.
Response
OK - the request has succeeded.