Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

X-App-Id
string
header
required
X-App-Token
string
header
required

Query Parameters

limit
integer
default:10

Maximum number of card definitions to return. Minimum: 1, maximum: 100. Defaults to 10 when omitted.

Required range: 1 <= x <= 100
order

Sort order. A single field or an array of fields. Prefix a field with - for descending order. Defaults to -created_at. The same field cannot be used in both ascending and descending direction at the same time.

Available options:
-name,
name,
-type,
type,
-status,
status,
-created_at,
created_at
cursor
string

Pagination cursor returned by a previous call in cursor.next. Pattern: ^lcrscdef_[a-f0-9]+$.

Pattern: ^lcrscdef_[a-f0-9]+$
filters
object

Filter conditions per field, e.g. filters[status][conditions][$is]=ACTIVE. Filters for the card definitions list endpoint. Each field accepts a conditions object; provided conditions must be valid for the field type.

Response

A paginated list of card definitions.

Cursor-paginated list of card definitions.

data
object[]
required

The card definitions in the current page.

cursor
object | null
required

Pagination cursor. Null when there are no more results.

object
string
required

Object type marker. Always list.

Allowed value: "list"
Last modified on July 27, 2026