Skip to main content
Reorders the authenticated user’s memories. Pass every memory id in the desired order — the request is rejected if the set of ids doesn’t match the member’s memories exactly. Returns the memories in their new order.
string
required
Bearer token obtained from the authenticate endpoint.
string[]
required
All of the member’s memory ids, in the order you want them stored.

Response

array
required
The member’s memories in the new order. Each object matches the List User Memories shape.