Games
Games in r4nkt are what you need for your application or game that you wish to gamify. Each r4nkt game you have access to will allow you to configure a set of resources that will allow you to add gamification features to your game or application.
Games have the following properties:
Name | Type | Default |
game_id | string | - |
name | string | - |
description | string | empty |
webhook_url | string | empty |
webhook_secret | string | empty |
Your game ID is automatically generated and unique to your game within the r4nkt system. It is used to talk to the r4nkt API.
A webhook URL is the URL that will be called to pass information along to you for different events that occur within r4nkt. You can read more about webhooks here.
A webhook secret is used to validate any webhook calls you receive from r4nkt. You can read more about webhooks here.
Last modified 2yr ago