# List admission tokens Retrieve a list of tokens permitted to redeem tickets issued for this event. Endpoint: GET /events/{event}/tokens Version: 3.0.0 Security: SessionKey ## Path parameters: - `event` (integer, required) Unique identifier of the requested event ## Query parameters: - `records` (integer) The number of records per page that should be returned - `page` (integer) The number of the results page to return - `global` (boolean) Only returns the global token if true, all additional tokens if false. ## Response 200 fields (application/json): - `total` (integer) The total number of results available - `page` (integer) The number of the results page returned - `records` (integer) The maximum number of results returned per page - `entries` (array) - `entries.self` (string) URI of the token resource - `entries.code` (string) The code used to uniquely identify this token in the system - `entries.global` (boolean) Whether or not this is a global event token - `entries.sections` (array) List of sections this token can redeem tickets for. ## Response 403 fields (application/json): - `message` (string) Reason for the given response. ## Response 404 fields (application/json): - `message` (string) Reason for the given response.