cURL
curl --request GET \ --url https://api.example.com/api/v1/decklists/ \ --header 'Authorization: <api-key>'
{ "count": 123, "results": [ { "id": 123, "name": "<string>", "deck_image_url": "<string>", "moxfield_deck_json": "<string>", "plaintext_list": "<string>", "moxfield_public_id": "<string>", "archetype": "<string>" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
List all decklists for events associated with the authenticated store profile
Token-based authentication with required prefix "Token"
A page number within the paginated result set.
Number of results to return per page.
123
Show child attributes
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"