🧔User
Obtaining Elixir User information
Last updated
Obtaining Elixir User information
Last updated
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.
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.
Name | Type | Description |
---|---|---|
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
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>"
x-api-key*
String
Public Key available on the Developer Dashboard
authorization*
String
A string containing the JWT as follows: "Bearer <jwt>"