User
Obtaining Elixir User information
Overview
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
GET
https://kend.elixir.app/sdk/v2/userinfo
Method to provide all Elixir User-related info. Works as an OpenId to validate the user JWT.
Headers
x-api-key*
String
Public Key available on the Developer Dashboard
authorization*
String
A string containing the JWT as follows: "Bearer <jwt>"
User Friend List
GET
https://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
x-api-key*
String
Public Key available on the Developer Dashboard
authorization*
String
A string containing the JWT as follows: "Bearer <jwt>"
Last updated
Was this helpful?