v1

latestOpenAPI 3.0.0Apache 2.02026-07-26322141.0 KB
API Gateway

Anonymous Auth

Anonymous authentication

post/v2/login/anonymous

Request body

expiresAfternumber

Optional session expiration in seconds

orgSlugstring

Optional organization slug. When provided, the org must have auth.anonymous.enabled = true. The resulting session will be scoped to that org with the role configured in org.auth.anonymous.role.

Response

Success Response

emailstring
status'pending' | 'validated' | 'deactivated'
languagestring
mfa'totp' | 'none' | '*'
metaobject
orgSlugsstring[]
platformRolestring
groupAclsobject
createdAtstring
updatedAtstring
updatedBystring
firstNamestring required

Name

lastNamestring

Name

photostring

Profile picture URL

groupsstring[]
idstring

Unique id

sessionIdstring required
expiresstring

Example response

{
  "email": "foo@prisme.ai"
}
All 32 operations