Sessions
Get a visitor session
GET
/api/websites/{websiteId}/sessions/{sessionId}Returns details for a website session, including linked visitor identities and whether session deletion is available to the caller.
Headers
| Name | Type | Description |
|---|---|---|
| Authorizationrequired | string | Authentication credentials, e.g. Bearer <token>. |
Path parameters
| Name | Type | Description |
|---|---|---|
| websiteIdrequired | string | ID of the website. |
| sessionIdrequired | string | ID of the visitor session. |
Responses
200The operation completed successfully.
| Name | Type | Description |
|---|---|---|
| canDeleterequired | any | |
| stitchedSessionCountrequired | any |
200 example
401Unauthorized.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
401 example
404Not found.
| Name | Type | Description |
|---|---|---|
| errorrequired | object | Error details returned when the operation fails. |
404 example
Code samples
cURL