v1

latestSwagger 2.02026-07-13301635.0 KB
cards

Lists information on cards

Simple listing of cards. No filters can be applied.

post/cards/list

Request body

uidstring

optional authorized UID of the session. By providing this, the card list will include user-specific cards.

category_idinteger

optional category id filter

Example request

{
  "uid": "fhqwfuihuifqwhiuwqfhiqwfh124",
  "category_id": 14
}

Response

successful operation

idinteger
namestring
coverstring

cover image of card

cover_widthstring

the width in px of the cover image

cover_heightstring

the height in px of the cover image

pricenumber

the base price of a card (in USD)

category_idinteger

the associated category id

available_freeinteger

1 for cards that are available free

Example response

[
  {
    "id": 42,
    "price": 3.5,
    "category_id": 33,
    "available_free": 1
  }
]