List of your cards

GET {{baseUrl}}/cards

Request Params

KeyDatatypeRequiredDescription
limitnumberHow many results to return.
beforestringA 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.
afterstringA 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_bystringSorts items by ascending or descending dates. Use either date_created or send_date, not both.