The user info provides information about the user's public profile in Elixir. This endpoint can validate the Elixir JWT as an OpenID system. Besides, the game can get the wallets of the user in case they are needed.
Userinfo/Open ID
GEThttps://kend.elixir.app/sdk/v2/userinfo
Method to provide all Elixir User-related info. Works as an OpenId to validate the user JWT.
Headers
Name
Type
Description
x-api-key*
String
Public Key available on the Developer Dashboard
authorization*
String
A string containing the JWT as follows: "Bearer <jwt>"
{"code": -1,"success": false,"error": {"status":400,"code":1001,"message":"The argument 'encoding' is invalid for data of length 1151. Received 'hex'" }}
User Friend List
GEThttps://kend.elixir.app/sdk/v2/friends/
Get the Friend List for a given user. Friend information is provided so it can be displayed with avatars. Each friend ElixirId is available on the friendId field
Headers
Name
Type
Description
x-api-key*
String
Public Key available on the Developer Dashboard
authorization*
String
A string containing the JWT as follows: "Bearer <jwt>"