Management APIOverview

Management API

Introduction

The Management API provides a collection of optional endpoints, allowing the client’s system to programmatically fetch or update data, such as the available list of games. This API is part of the same set of APIs as the Game Round API and shares the same authentication mechanism.

Interactive swagger page (under the “External” group): Swagger UI

General rules

Format
  • All payloads are in JSON format
  • All dates are in the ISO 8601 format, in UTC.
Authentication

The API uses API keys to authenticate requests. All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without a valid API key will also fail. API keys are determined by Gamity and shared with the client tech team via a secure channel.

IP Whitelisting

For improved security production endpoints are protected by IP whitelisting. These are TBD before going live.