❓Game Quests
Discover the API to support Quests inside your Game and take the best out of the Season Pass!
Last updated
Discover the API to support Quests inside your Game and take the best out of the Season Pass!
Last updated
The Quest System API serves as the backbone for enabling games to seamlessly integrate and participate in the platform's Quest system. This API provides a standardized interface for game developers to report user progress.
This endpoint is protected with an RSA signature system, adding an extra layer of security to prevent unauthorized users from submitting progress reports without verification.
The endpoint requires all requests to be signed with RSA signatures generated using private keys known only to authorized game developers.
Upon receiving a progress report request, the API server verifies the authenticity and integrity of the request by validating the RSA signature against the corresponding public key associated with the game developer.
This robust security measure mitigates the risk of unauthorized data manipulation and maintains the reliability of the Quest System API, fostering trust and confidence among game developers and platform users alike.
POST
https://kend.elixir.app/sdk/v2/game-stats
Submit game stat to progress an Elixir Quests. This endpoint is protected using the Elixir RSA Signature.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
x-api-key*
String
Public Key available on the Developer Dashboard
x-api-signature*
String
Generated RSA signature
x-api-token*
String
Timestamp used in the API Signature
Content-Type*
String
'application/json'
stat*
String
increment*
Number
userId
String
Elixir ID