Identify
Used to identify player using token generated by operator before.
In case of successful identification, PAM expects Response 200, otherwise return response with code 403 Request.
Request fields:
Attribute
Data Type
Description
operator
string
Name of the operator as registered on the system
token
string
Player identification token
Sample identify
request:
Response fields:
Attribute
Data Type
Description
player_id
string
Player identification number or code
lang
string
balance
integer
Available player balance. Should be in integer format (cents)
currency
string
feature_flags
object
Additional features
Sample identify
response:
Last updated