v13

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

Verify a client

Verifies the client in the provided token

post/clients/verify

Request body

tokenstring required

A JWT that represents the active client.

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.