Login Using Userkey

User can use this api for login into the system using user key, which has been sent to the user in mail, whenever user have purchase any tickets or user has been added as a admin/staff in specified event.
There is no requirement of username and password.
User can use this user key only for once.

AttributesDescription
access_tokenThis access token is used as authentication key to validate user has rights to access specific api or not.
It contains encrypted user details with event mapped with the user.
expires_inThe expires_in returns date and time of access token expiration.
redirectUrlIt contains redirect url based on user role after successfully login.
showExhibitorMenuIt returns true if user is a exhibitor admin or lead retriever else it returns false.
userIdThe userId returns unique value associated with user.
userRoleThe userrole returns the role of user associated with mapped event.
whiteLabelURLWhite label url is a unique url which is managed and provided by white label admin.

Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
4010101 User is not authorize to access.

Not A Valid Magic Link.
4010102 (If the passed user key is blocked than it shows below error message)
This key has been blocked.
4068006 Link has been expired Or used.
Language
Click Try It! to start a request and see the response here!