Contents
<aside> ❗ To generate a key and get access to Session Rewind’s API, contact [email protected]
</aside>
You can access the SessionRewind API at the following base URL: https://client-api.sessionrewind.com/v0
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.
Returns all the sessions
GET /sessions