Cards
Number of APIs: 5
-
Create a new card POST {{baseUrl}}/cards
-
List of your cards GET {{baseUrl}}/cards
-
Delete a card with given id DELETE {{baseUrl}}/cards/:card_id
-
Retrieve a card with a given id GET {{baseUrl}}/cards/:card_id
-
Update card with given id POST {{baseUrl}}/cards/:card_id