List all cards

Provides a collection of cards.
These entities are ordered in decreasing order based on their creation date,
with the newest object listed at the beginning.

Query Params
string

The UUID of the card holder user

int16
1 to 100
Defaults to 10

A limit on the number of objects returned from the call.

int16
≥ 0
Defaults to 0

Designates the start page in the sort order from which data should be retrieved

string
Defaults to -createdAt

Designates the field to sort on.
There is a limited set of fields to sort on.
Preface the field name with a hyphen (-) to sort in a descending order.
Exclude the hyphen to sort in ascending order.

Responses

400

The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).

401

Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.

403

The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401 Unauthorized, the client's identity is known to the server.

429

The user has sent too many requests in a given amount of time ("rate limiting").

500

The server has encountered a situation it does not know how to handle.

Language
Credentials
Choose an example:
application/json