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
  • Create an achievement
  • Retrieve an achievement
  • Update an achievement
  • Delete an achievement
  • List all achievements

Was this helpful?

  1. API

Achievements

Create an achievement

POST /v1/games/:game_id/achievements

Request Body

Name
Type
Description

custom_id

string

name

string

description

string

is_secret

string

points

string

custom_criteria_group_id

string

custom_data

string

Retrieve an achievement

GET /v1/games/:game_id/achievements/:id

Path Parameters

Name
Type
Description

string

Update an achievement

PUT /v1/games/:game_id/achievements/:id

Path Parameters

Name
Type
Description

string

Delete an achievement

DELETE /v1/games/:game_id/achievements/:id

Path Parameters

Name
Type
Description

string

List all achievements

GET /v1/games/:game_id/achievements

Path Parameters

Name
Type
Description

string

PreviousAuthenticationNextActions

Last updated 3 years ago

Was this helpful?