Scripts (Public)
Authenticate User Token
Validate a user token. Throws an error if the token is invalid.
Public
Yes
Request
Request
Object containing the following properties:
Property | Type |
---|---|
userToken (*) | string |
fetchUser | boolean |
(*) Required.
Response
Response
Object containing the following properties:
Property | Type |
---|---|
userId (*) | string |
user | Object with properties:
|
(*) Required.