Signup Whitelabel

When user wants to register as a whitelabel admin this API is useful.
User have to pass email and password (match with the defined password criteria) for registration with whitelabelurl in which user wants to register.
Access token which is return from this api response will be pass in further request for user authentication.

Here is the description of response attributes, which returns in the form of JSON.

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
4090104Password is Empty.
4090105Email is Empty.
4060072Password should contain at least 1 uppercase, 1 lowercase, 1 special character (Valid special characters: !@#$%^&*+-_=), 1 number, no whitespaces and should be at least 8 characters in length.
4090101User already exist.
4040201 This white label event does not exist.
4030201 Not Event Host.
4040100No User could be found.
Language
Click Try It! to start a request and see the response here!