Deck API
Get all decks
GET
https://memoet.com/api/decks
This endpoint allows you to get all your decks.
Query Parameters
Name
Type
Description
limit
number
Number of decks return per page.
before
string
Before cursor from response metadata.
after
string
After cursor from response metadata.
Headers
Name
Type
Description
Authentication*
string
Authentication token.
Creat new deck
POST
https://memoet.com/api/decks
This endpoint allows you to create a new deck.
Headers
Name
Type
Description
Authentication*
string
Authentication token.
Request Body
Name
Type
Description
name
string
Deck name.
Retrieve / Update / Delete a deck
GET
https://memoet.com/decks/:deck:id
Retrieve, update, delete a deck by sending GET / PUT / DELETE to above endpoint.
Path Parameters
Name
Type
Description
deck:id
string
ID of the deck.
Headers
Name
Type
Description
Authentication
string
Authentication token.
Last updated