# Retrieve token key

Returns authentication key and netadata for an event admissions
token. Authenticating requests with the returned key will grant access to
endpoints needed for ticket redemption.

Endpoint: GET /tokens/{code}
Version: 3.0.0
Security: SessionKey

## Path parameters:

  - `code` (integer, required)
    8-character code that uniquely identifies an admission token

## Response 200 fields (application/json):

  - `key` (string)
    The API access key associated with this token

  - `event` (string)
    URI of the event resource the token belongs to

  - `sections` (array)
    List of sections this token can redeem tickets for.

## Response 404 fields (application/json):

  - `message` (string)
    Reason for the given response.


