Prerequisites
Before you begin, you need:- A Replay account
- At least one memory in your account
- An API key from your account settings in the Replay web app
- The public API base URL for your environment
Get your API key
Open the Replay web app and go to your account settings. Create or copy an API key.Keep this key private. It can read memories from your account.
Set local environment variables
Store the API base URL and API key in environment variables.If your account settings show a different API endpoint, use that endpoint.
List your memories
Call The response is an array of memories owned by your account.
GET /v1/memories.Example response
Next steps
- Review authentication
- Read the memory model
- Open the API reference

