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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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.
4068006Link has been expired Or used.
Path Params
string
required

User key is an encrypted key which may help in auto login to the system.This is widely used as part of sending email as part of event url and also send out in text messages.

Query Params
string

Pass event url for which event user get's a user key in mail.

string

The way user get login. ex: MAGIC_LINK

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain