All Collections
Embedding and API Auto Login
API Access
SocialPoint Virtual Prize Wheel Auto-Login Access
SocialPoint Virtual Prize Wheel Auto-Login Access

This is how you get your players to auto-login to your Virtual Prize Wheel!

Victor Aquino avatar
Written by Victor Aquino
Updated over a week ago

If you're not familiar yet with our Authentication, Rate Limiting, and other API parameters, we highly recommend starting here.


Logging in

Auto-Login is achieved when:

-There is an existing Prize Wheel on the event.

-There is a Live Result Set in your wheel.

-The VPW has the embed functionality enabled.

Use our template URL with the variables you're using to track your players in the event:

URL: {{ prize wheel embed link}}&firstName={{ first name }}&lastName={{ last name }}&email={{ email }}

The variables are:

Game data:

{{ embedCode }} - this code is found under your event settings.

Player data:

{{ first name }} - your registered player's first name

{{ last name }} - your registered player's last name

{{ email }} - your registered player's email

Virtual Prize Wheel Auto-Login Example:

We want John to be able to spin, so we enter his first name, last name, and email in this link. The Wheel will spin without asking for his personal details because it got the information from the API.


Did this answer your question?