Components
  1. Components
Components
  • Components
    • Components Overview
    • Arena
      • Arena Overview
      • Arena Management
      • Seat Selection
      • Seat Reviews
      • Website Integration
      • Customisation Options
      • Designing Maps
        • Arena Designer
        • Keyboard Controls
    • Fixture List
      • Getting started
      • Configuration
      • Generating a JWT
      • Listening to Events
      • Internationalisation
      • Theming
    • F13 JWT Example
      POST
  1. Components

F13 JWT Example

POST
https://dogbex.ingresso.co.uk/f13/jwt.v1
Example of how to obtain a JWT access token from F13 (dev server)

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************

Responses

🟢200Success
application/json
Body
access_token
string 
required
expires_in
integer 
required
token_type
string 
required
Example
{
    "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRoIjoieWVzIiwiZXhwIjoxNzQ0NzQ3MTAzLCJuYW1lIjoiVGlja2V0U3dpdGNoIERldmVsb3BtZW50IiwidWlkIjoiZGVtbyJ9.wLWHJTqXChammZUxNoCpYnBms48mLJXRiLmEQh6nNOU",
    "expires_in": 86400,
    "token_type": "Bearer"
}
Modified at 2025-04-14 20:02:28
Previous
Theming
Built with