GET Eventportal API
  1. AppApiV1Token
GET Eventportal API
  • Basic Information
  • AppApiV1Config
    • AppApiV1Config
    • AppApiV1Config_GetConfig
      GET
  • AppApiV1Token
    • AppApiV1Token
    • AppApiV1Token_Refresh
      POST
    • AppApiV1Token_CreateTicketTokenForOverview
      POST
    • AppApiV1Token_CreateTagTokenForOverview
      POST
  • AppApiV1TokenData
    • AppApiV1TokenData
    • AppApiV1TokenData_GetOverview
      GET
    • AppApiV1TokenData_GetTransactions
      GET
  • AppApiV1UserData
    • AppApiV1UserData
    • AppApiV1UserData_LoginWithOidcToken
      POST
    • AppApiV1UserData_LoginWithImplicitToken
      POST
    • AppApiV1UserData_FetchWallets
      GET
    • AppApiV1UserData_AddTagWallet
      POST
    • AppApiV1UserData_AddTicketWallet
      POST
    • AppApiV1UserData_DeleteWallet
      DELETE
  1. AppApiV1Token

AppApiV1Token

Flow without user login (anoymous flow)#

If your event does not have dedicated SSO integration with GET, you can obtain entityTokens without user connection. You have to take care of storing those tokens within your user space.
AppApiV1Token_Refresh
Use Case: Refreshing a token if token is invalid
Multiple tokens
Possibility to refresh multiple tokens at once; id is just for tracking on your end and will be passed back to the new token;
AppApiV1Token_CreateTicketTokenForOverview
Use Case: Linking a ticket
Implementation of ratelimit required
Ticket link from the app without SSO login requires rate limiting. We have no possibility to ratelimit our API endpoint as it is called from your backend, to prevent a brute-force attack. Misuse of the endpoint can lead to a potential ticket barcode leak. If you want to use this endpoint, you have to do the rate limiting on your end. Other integrations allow the user to enter a phone number or email and send them an OTP so they can perform rate limiting on that.
AppApiV1Token_CreateTagTokenForOverview
Use Case: Linking a chip
Modified at 2025-04-03 14:09:22
Previous
AppApiV1Config_GetConfig
Next
AppApiV1Token_Refresh
Built with