Overview

About TentuPlay

TentuPlay consists of highly automated AI solutions that provide personalization tools that can be leveraged for more engaging gameplay experiences. Types of users, the cause of low user retention rate, and motivation behind in-app purchases are one of the many aspects that we analyze to enable a deeper understanding of players and genuine personalization in CRM. You can maximize your revenue by presenting each user with personalized offers that fulfill their distinct needs!

About this guide

This guide contains the conceptual, procedural, and referential information about TentuPlay REST API. It is intended and written for software developers who are in charge of application development and system integration on various platforms using the API.

If you are new to TentuPlay, we recommend that you familiarize yourself with TentuPlay Unity SDK documentation first that contains more comprehensive information about the console, analytics, offers, and use cases. It will give you an aid for understanding how an integration with TentuPlay can be done.

  • The figures and screenshots in this guide are given for illustration purposes only and may differ from the actual product.

  • Due to continuous technological improvements, the guide may not contain the most updated information. For further information not covered in this guide, please contact us at TentuPlay Discord.

Conventions

The following symbols are used throughout this guide. Make sure that you fully understand each symbol and follow the instructions accompanied.

Symbol Meaning Description

50

CAUTION

Indicates a situation that demands prompt and careful action, a specific remedy, or emergency attention

45

IMPORTANT

Emphasizes essential information required for user success

40

NOTE

Provides important supplemental information that might enhance users' understanding or alternative steps to accomplish their goals

Introduction to TentuPlay REST API

The TentuPlay REST API give you the ability to integrate your game or other software product with TentuPlay service.

Because the TentuPlay CMID API is organized around REST (Representational State Transfer) architectural style, it can be accessed via HTTP protocol at a predefined set of endpoints or URLs. With predictable resource-oriented URLs, it accepts request bodies and returns responses in JSON format, and uses standard HTTP response codes, authentication, and operations such as GET and POST.

The RESTful API is designed to be available from any programming languages. Thus, once you come to grasp the basic concepts of the API, you will be able to apply them to any platform by using your favorite HTTP/REST library for your programming language. Without the need to know the business logic and internal complexity of TentuPlay service, you can focus on how to achieve your goals by identifying and consuming the available resources and actions correctly.

There are several test tools available that do the work of REST Client for calling REST APIs. For example, you can use GUI REST Clients in desktop application or web browser extension such as Postman or command-line tools like cURL.

700
TentuPlay REST API
TentuPlay Community & Support

Do you have any questions? Join TentuPlay Discord. You can also get the latest news and updates from TentuPlay developers.