LogoLogo
  • Introduction
  • sdks
    • Feature Comparison
    • Unity
    • Godot
    • Defold
    • LÖVE
    • Unreal
  • Quick Start
    • Unity
    • Godot
    • Defold
    • LÖVE
    • Unreal
  • Server Side
    • Entities
    • Chunks
    • Dimensions
    • Events
    • Logging
    • Lua Environment
    • Git Primer
    • Physics
  • HTTP API
    • Authentication
    • Player API
  • Api Reference
    • Entity API
      • Create
      • Message
    • Client API
      • Message
    • Dimension API
      • Create
      • Delete
      • List
    • Events API
      • on_player_join
      • on_player_leave
    • Table API
      • Append
      • Remove
      • Join
    • Util API
      • Time
      • TimeMillis
    • HTTP Request API
      • Get
      • Post
      • Put
      • Delete
    • Physics API
      • NewBody
      • NewBoxShape
      • NewSphereShape
Powered by GitBook
On this page
  • Using Your API Key
  • Resetting Your API Key
  1. HTTP API

Authentication

Premium Only

PreviousPhysicsNextPlayer API

Last updated 3 months ago

In order to authenticate requests to our HTTP API you will need an API key, this can be found in the game settings page of your game dashboard. If your API key is empty, you will need to it.

Using Your API Key

In order to use your API key, you'll need to provide it in requests to our HTTP API as a header called X-API-KEY. The API key will not expire unless it is reset (see below).

Resetting Your API Key

In order to reset your API key (or set it for the first time), you will need to go to the Admin tab of your and click "Reset API Key".

game settings
reset