v1

latestSwagger 2.02026-07-13301635.0 KB
cards

Provides full information on a specific card

Full card details

post/cards/view

Request body

uidstring

optional authorized UID of the session. By providing this, the card details can provide user-specific cards

card_idinteger

the card id to view

Example request

{
  "uid": "fhqwfuihuifqwhiuwqfhiqwfh124",
  "card_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

orientationstring

landscape or portrait

Example response

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