Decoded JWT

Returns the complete decoded JWT token information for development purposes. | () -> (DecodedJWTWithOrgAndUserId)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful Response
user_idstring

Must be a string starting with user_

org_idstring

Must be a string starting with org_

azpstring or null
expinteger or null
fvalist of integers or null
iatinteger or null
issstring or null
jtistring or null
nbfinteger or null
sidstring or null
substring or null
stsstring or null
vinteger or null
oobject or null
org_public_metadatamap from strings to any or null
primary_email_addressstring or null