Session Manager API
Session Manager tracks the current browsing sessions of all customers on the VTEX platform. Important session information is automatically captured and stored in a secure and easily accessible location. This includes data such as relevant cookies, query strings, authentication credentials, current profile and pricing information, if applicable. Session Manager API allows developers to retrieve and manage information about sessions. No authentication is required.
For more information, read the Session Manager guide.
Index
Sessions
POSTCreate new sessionGETGet sessionPATCHEdit session
Segment
GETGet segment
Endpoints
Session
| Summary | Method | Path |
|---|---|---|
| Create new session | POST | /api/sessions |
| Get session | GET | /api/sessions |
| Edit session | PATCH | /api/sessions |
Segment
| Summary | Method | Path |
|---|---|---|
| Get segment | GET | /api/segments |