Contents

<aside> ❗ To generate a key and get access to Session Rewind’s API, contact [email protected]

</aside>


Base URL

You can access the SessionRewind API at the following base URL: https://client-api.sessionrewind.com/v0

Security and Authentication

All API requests should include your unique API key for authentication. Include this key in the request header under the field x-api-key as shown below:

headers: {
   'x-api-key': 'YOUR_API_KEY'
}

Note: Make sure to replace YOUR_API_KEY with the actual API key you received.


Sessions Endpoints

Method: Retrieve sessions

Returns all the sessions

GET /sessions