Error
A valid request URL is required to generate request examples{
"sessions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"current": true,
"verified": true,
"impersonated": true,
"created_at": "2023-11-07T05:31:56Z",
"last_seen_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"ip": "<string>",
"user_agent": "<string>"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Customer plane
List the contact's sessions
Where this contact is signed in — the same “my devices” screen staff get, one layer down. The token hash is never part of it.
This is not a nice-to-have. The contact session token lives on your domain without httpOnly, so being able to see and end a session is part of that token’s safety case.
GET
/
v1
/
contact
/
sessions
Error
A valid request URL is required to generate request examples{
"sessions": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"current": true,
"verified": true,
"impersonated": true,
"created_at": "2023-11-07T05:31:56Z",
"last_seen_at": "2023-11-07T05:31:56Z",
"expires_at": "2023-11-07T05:31:56Z",
"ip": "<string>",
"user_agent": "<string>"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}