Skip to main content
GET
Get card products inventory

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

productIds
integer[]

Optional array of product IDs to filter the inventory.

Response

200 - application/json

A list of card product inventories.

productId
integer

ID of the card product.

Example:

2

inventory
object

An object where the keys are card statuses from the CardStatus enum and the values are the count of cards in that status.

Example: