Skip to content

login etickets slug ​

POST
/v1/etickets/login/{slug}

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

slug*

XS2event slug of the Distributor

Type
string
Required

Responses​

OK

application/json
JSON
{
  
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
  
"booking_id": "5867e9941e924a7bb169e244b26589ba_bkn",
  
"bookings_code": "DQW32M",
  
"refresh_token": "dGhpc2lzYXJlZnJlc2h0b2tlbg==",
  
"roles": [
  
  
[
  
  
  
"ticketportal"
  
  
]
  
]
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​