Retrieve a client token

This endpoint issues a client token that can be used with client-side requests to the Neon APIs. Expires in 24 hours.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≥ 1

A unique identifier for the player or account in your system who should receive the purchased items. Neon includes this value in fulfillment webhooks so you can credit the correct user.

string | null

The display name for the player. This will be used instead of the accountId for display if provided. This can be used when the player ID is not meant to be player-facing. Some common examples are a custom gamertag (e.g. "GreatGamer123"), the player's name (e.g. "John Smith"), or an email address (e.g. "[email protected]").

string | null
metadata
object | null

Additional metadata that you'd like to track alongside events for this user. This data will be included in analytics events and webhooks. It should not include any sensitive or internal data like internal authentication tokens. Common use cases are analytics session IDs or device IDs.

fraudMetadata
object

Metadata used to help prevent fraud.

Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json