Authentication for Admin/Attendee

Here are the steps and API endpoints to Sign Up and Log In to the Accelevents platform.

  • Start by visiting https://www.accelevents.com/u/login

  • Click on the Sign In button

  • if you have already an account then you can simply put your credentials (email & password) and click on the Sign In button and it will call the below API.

For more details, you can follow this link : https://developer.accelevents.com/reference/login-by-admin

METHOD: POST
REQUEST URL: https://api.accelevents.com/rest/u/login
  • If you put the wrong username it will show the following error:
    Looks like you don't have an account yet. Let's change that!

  • If you put the wrong password it will show the following error:
    Your password is incorrect, please try again

  • If you don't have an account, click on the Sign Up for Free! button and fill in the details like First name, email and password. Then, click on the Create Account button and it will call the below API.

For more details, you can follow this link : https://developer.accelevents.com/reference/restusignupadmin

METHOD: POST
REQUEST URL: https://api.accelevents.com/rest/u/signup/admin
METHOD: GET
REQUEST URL: https://api.accelevents.com/rest/u/validate/phoneNumber/{phoneNumber}
  • If you put the wrong mobile number it will show the following error:
    Invalid phone number

  • Click on right-hand side upper corner profile drop-down

  • Click on the My Events button

  • Then you can find your Event and click on it

  • If you are an Admin of that event then you can redirect to the host side of your event.

REDIRECT URL: https://api.accelevents.com/host/dashboard/home
  • Admins can directly enter the event without purchasing a ticket, simply click on the view site button, then click on view virtual event hub

  • Admins can buy tickets for staff. If you are logged in on the event landing page, there are two ticket type choices - staff page and attendee page . Choose staff page and complete the process to buy tickets for staff.

This will call one of the below APIs:

METHOD : POST
REQUEST URL: https://api.accelevents.com/rest/events/master-master/staffsubmit/Tickets
REQUEST URL: https://api.accelevents.com/rest/events/master-master/staff/submitBids
REQUEST URL: https://api.accelevents.com/rest/events/master-master/staff/submitPledge
REQUEST URL: https://api.accelevents.com/rest/events/master-master/staff/sellTickets
REQUEST URL: https://api.accelevents.com/rest/events/master-master/staff/donate
  • If you are an Attendee, you will redirect to the event landing page
REDIRECT URL: https://api.accelevents.com/e/{eventurl}
  • If you are an Attendee and you don't have an event ticket, then click on the Buy Ticket button
    and buy a ticket

  • The below API will check whether the user exists or not.

METHOD: GET
REQUEST URL: https://api.accelevents.com/rest/u/user/{email}
METHOD: POST
REQUEST URL: https://api.accelevents.com/rest/u/loginSignUp/{eventUrl}?skipPassword=false
  • While buying ticket, firstName, lastName and email are mandatory fields. More required fields can be set up by the event admin in the order form.

  • Once registered, click on the enter event button and you can successfully join the event