v1
latestSwagger 2.02026-07-1760185352.5 KBList an Identity's Sessions
This endpoint returns all sessions that belong to the given Identity.
Path parameters
ID is the identity's ID.
Query parameters
Deprecated Items per Page
DEPRECATED: Please use page_token instead. This parameter will be removed in the future.
This is the number of items per page.
Deprecated Pagination Page
DEPRECATED: Please use page_token instead. This parameter will be removed in the future.
This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list.
For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist. The first page can be retrieved by omitting this parameter. Following page pointers will be returned in the Link header.
Page Size
This is the number of items per page to return. For details on pagination please head over to the pagination documentation.
Next Page Token
The next page token. For details on pagination please head over to the pagination documentation.
Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.
Response
List Identity Sessions Response
Example response
[
{
"identity": {
"verifiable_addresses": [
{
"created_at": "2014-01-01T23:28:56.782Z",
"updated_at": "2014-01-01T23:28:56.782Z",
"verified": true,
"via": "email"
}
]
}
}
]