List of your cards
GET {{baseUrl}}/cards
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | How many results to return. | |
before | string | A reference to a list entry used for paginating to the previous set of entries. This field is pre-populated in the previous_url field in the return response. | |
after | string | A reference to a list entry used for paginating to the next set of entries. This field is pre-populated in the next_url field in the return response. | |
sort_by | string | Sorts items by ascending or descending dates. Use either date_created or send_date, not both. |