Creating a Request

How to make a request to Ingresse API.

Ingresse API is a platform through where it is possible to use Ingresse core technology and offer a customized and unique experience from your event to your customers. It is necessary to get both API keys for your application.

To request calls for Ingresse services, it is necessary to send your public key in the url as the example below:

Request example

https://api.ingresse.com/event?apikey=s7dg4do3y6903fc0647b61d7112ee1h367d9qj5h6

For logged users, it is required to add the usertoken as a query param, in the example below:

https://api.ingresse.com/event?apikey=s7dg4do3y6903fc0647b61d7112ee1h367d9qj5h6&usertoken=123456-3hgf64h5g7f4j56f76h7hj45fg7gh

To retrieve the usertoken, take a look at Ingresse Login.


What’s Next

Learn how to request the user token from Ingresse and provide a custom experience for your users.