retrieve:
Return the details about the given Memento id.

list:
List all Memento objects.

GET /api/v1/mementos/431/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 431,
    "fr_name": "Formations internes EPFL - KEEPLEARNING",
    "en_name": "Internal formations EPFL - KEEPLEARNING",
    "fr_label": null,
    "en_label": null,
    "slug": "keeplearning",
    "is_main_memento": false,
    "is_active": true,
    "memento_url": "https://memento.epfl.ch/keeplearning/"
}