Get current session metadata
Returns the authenticated individual + the most recent session heartbeat. Both apps call this endpoint and discriminate by the 'application' field.
Response
OK
Changes
Changed in 2 of the 22 revisions of this API.4
- ○
added the optional property
password_change_requiredto the response with the200statusresponse-optional-property-added
- ○
- ○
the
group_idresponse'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 status200response-property-pattern-changed
- ○
the
individual_idresponse'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 status200response-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 status200response-property-pattern-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○