Skip to main content
POST
Check the caller's membership on a public twin slug

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Body

application/json
slug
string
required

The twin's public web-access slug (case-insensitive).

Example:

"vita"

Response

Membership resolution for the caller.

success
boolean
Example:

true

member
boolean

True when the caller holds an active membership on the twin's institution.

membershipId
string

The caller's UserInstitution id (present only when member is true).