Identity API
Manages player authentication and provides unique player identities.
When a player logs in or registers, the Game Provider communicates with the Identity API to authenticate the player and retrieve their unique identifier. This identifier is essential for all subsequent interactions.
delete
Path parameters
idstring · uuidRequired
Responses
200
OK
400
Bad Request
404
Not Found
delete
/api/identity/{id}/bandelete
Path parameters
idstring · uuidRequired
Responses
200
OK
400
Bad Request
404
Not Found
delete
/api/identity/{id}/deletepost
Path parameters
idstring · uuidRequired
Body
typeinteger · enumOptionalPossible values:
countryCodestring | nullableOptional
areaCodestring | nullableOptional
phoneNumberstring | nullableOptional
emailstring | nullableOptional
codestring | nullableOptional
platforminteger · enumOptionalPossible values:
Responses
200
OK
400
Bad Request
post
/api/identity/{id}/verifypost
Body
searchstring | nullableOptional
Responses
200
OK
400
Bad Request
post
/api/identity/accountquerypost
Body
emailstring | nullableOptional
Responses
200
OK
400
Bad Request
404
Not Found
post
/api/identity/accountquery/emailpost
Body
idstring · uuidOptional
Responses
200
OK
400
Bad Request
404
Not Found
post
/api/identity/accountquery/idpost
Body
Responses
200
OK
Responsestring[]
404
Not Found
post
/api/identity/externalsignuppost
Body
firstNamestring | nullableOptional
lastNamestring | nullableOptional
emailstring | nullableOptional
passwordstring | nullableOptional
Responses
200
OK
No content
400
Bad Request
403
Forbidden
post
/api/identity/signupNo content
Last updated