r4nkt
  • Introduction
  • Getting Started
  • Concepts
    • Overview
    • Achievements
    • Actions
    • Activities
    • Badges
    • Criteria
    • Criteria Conditions
    • Criteria Groups
    • Custom Data Reference
    • Games
    • Leaderboards
    • Players
    • Rewards
    • Scores
  • Cookbook
    • Criteria Conditions
    • Achievements
  • API
    • Overview
    • Authentication
    • Achievements
    • Actions
    • Activities
    • Criteria
    • Criteria Groups
    • Leaderboards
    • Players
    • Player Badges
    • Rewards
    • Scores
  • Webhooks
    • Overview
    • Getting Started
    • Events
  • PHP SDK
    • Overview
    • Getting Started
  • Laravel Package
    • Overview
    • Installation
    • Webhooks
Powered by GitBook
On this page
  • Description
  • Properties
  • Game ID
  • Webhook URL
  • Webhook secret

Was this helpful?

  1. Concepts

Games

PreviousCustom Data ReferenceNextLeaderboards

Last updated 4 years ago

Was this helpful?

Description

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.

Properties

Games have the following properties:

Name

Type

Default

game_id

string

-

name

string

-

description

string

empty

webhook_url

string

empty

webhook_secret

string

empty

Game ID

Your game ID is automatically generated and unique to your game within the r4nkt system. It is used to talk to the r4nkt API.

Webhook URL

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 .

Webhook secret

A webhook secret is used to validate any webhook calls you receive from r4nkt. You can read more about webhooks .

here
here