identity
sessions

Get current session metadata

Returns the authenticated individual + the most recent session heartbeat. Both apps call this endpoint and discriminate by the 'application' field.

get/identity/sessions/current

Response

OK

applicationstring
associated_entity'stable_sea_inc' | 'stable_sea_financial'
emailstring
first_namestring
group_idstring
group_namestring
group_statusstring
individual_idstring
kyb_statusstring
last_active_tsstring date-time nullable
last_namestring
password_change_requiredboolean
statusstring
unaccepted_terms_document_idsstring[]
wisdomtree_state_restrictedboolean
wisdomtree_terms_acceptedboolean

Changes

Changed in 2 of the 22 revisions of this API.4

    • added the optional property password_change_required to the response with the 200 status

      response-optional-property-added

    • the group_id response's property pattern was changed from ^grp_[0-9a-hjkmnp-tv-z]{26}$ to ^grp_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

    • the individual_id response's property pattern was changed from ^ind_[0-9a-hjkmnp-tv-z]{26}$ to ^ind_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

    • the unaccepted_terms_document_ids/items/ response's property pattern was changed from ^doc_[0-9a-hjkmnp-tv-z]{26}$ to ^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$ for the status 200

      response-property-pattern-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog