v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
Clients

List all clients

Returns a list of all clients. The clients are returned sorted by creation date, with the newest clients appearing first. Warning: the endpoint is being deprecated and will be removed in future versions.

get/clients

Query parameters

paginatedboolean

Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated.

limitinteger

Applies a limit to the number of results returned. Can be used for paginating the results together with offset.

offsetinteger

Skip the first offset results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with limit.

Response

Success

object'client' required

String representing the object's type. Objects of the same type share the same value.

idstring required

String representing the identifier of the session.

session_idsstring[] required
sign_in_idstring nullable required
sign_up_idstring nullable required
last_active_session_idstring nullable required

Last active session_id.

last_authentication_strategystring nullable required

The authentication strategy that was last used to authenticate the user on this client.

updated_atinteger required

Unix timestamp of last update.

created_atinteger required

Unix timestamp of creation.