Retrieve a list of cards
GET {{url}}/api/1.0/cards
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
created_before | string | Retrieves cards with created_at < created_before. The default value is the current date and time at which you are calling the endpoint. |
Provided in ISO 8601 format. |
| limit
| number | | The maximum number of cards returned per page.
To get to the next page, make a new request and use the created_at date of the last card returned in the previous response as the value for created_before. |