User ID
Extracts and returns the user ID from the authenticated request’s JWT token. | () -> (str)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
Extracts and returns the user ID from the authenticated request’s JWT token. | () -> (str)
Bearer authentication of the form Bearer <token>, where token is your auth token.