Skip to content

Retrieve account preferences

Request

Returns the user preferences for the account.

Security
SessionKey(Required scopes: customeradministrator)
Path
numberstringrequired

Alphanumeric identifier of the user account

curl -i -X GET \
  'https://docs.ticketingevents.com/_mock/openapi/accounts/{number}/preferences' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

List of the user's account preferences.

Bodyapplication/json
regionstringrequired

The user's preferred region. Events and advertisements from the selected region will be shown by default.

Response
{ "region": "/regions/19290238432215" }