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_id
Must be a string starting with user_
org_id
Must be a string starting with org_
azp
exp
fva
iat
iss
jti
nbf
sid
sub
sts
v
o
org_public_metadata
primary_email_address

