Creating a Request

How to make a request to Ingresse API.

To create a request to API version 2.0 it is as easy as add a Header into your endpoint request.

HeaderValue
AuthorizationBearer {token}

The token to be sent in the header can be retrieved using Ingresse Login.

And it is done!


What’s Next

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