User Details
This endpoint is required to support the core integration of Fast Track. We expect details of each user on the platform. The segmentation property can be used to return custom data.
⬇️ GET /userdetails/:userid
The Operator is required to provide a UserDetails endpoint, where Fast Track can fetch essential user data. Fast Track CRM will do lookups against this endpoint when certain events are received, for example Registration, User Update or when migrating user data through the Fast Track migration portal.
The method must not be cached.
The "segmentation" object can be used for custom data, please notify your integration manager if you plan on using it
Fast Track have hard validation on the format in the response, please make sure to read through the outlined Data Types and table below with required properties
Example Response
Data Types
Required properties are marked with *
Key | Example Value | Description |
address * | “Tower Road, 120A” | Address, |
birth_date * | "1992-03-02" | The player's birth date, in |
city * | “Sliema” | City, |
country * | “MT” | Country of Registration, in ISO alpha-2 format |
currency * | “EUR” | Currency code |
email * | “email@email.com” | Email Address |
first_name * | “Tony” | First Name |
is_blocked * | false | If the player is |
is_excluded * | false | If the player is |
language * | “en” | Language Code |
last_name * | “Carrot” | Last Name, |
mobile * | “12345678” | Mobile Number |
mobile_prefix * | “+356” | Mobile Prefix |
origin * | “sub.example.com” | The of the user |
postal_code * | “12345FT” | Postal Code, |
roles * | ["VIP", "TEST_USER”] | An array containing any from the platform, |
sex * | “Male” | Player Sex, |
title * | “Mr” | Player Title, |
user_id * | “1234567” | The unique id of the user |
username * | “PirateTony34” | Username |
verified_at | “2015-03-02T8:27:58Z” | Date of player activating account or when KYC is completed in |
registration_code * | “Exclusive” | Registration Code, |
registration_date * | “2015-03-02T8:27:58Z” | Date of Registration in |
affiliate_reference * | “AFF_12345” | Affiliate Reference |
market * | “gb” | Market, |
segmentation | "vip_level": 15, "special_segmentation": "3D" | |