Tutorial
This guide explains how to get started with the Fetamix API, from key issuance to making API calls.
Getting started with Fetamix API
1. Create client master account
Client master accounts are created by Fetamix administrators. Once your account is created, you will receive login credentials.
2. Register your app
App registration is handled by Fetamix administrators. Provide redirect URIs and package information per platform (Web/Android/iOS) to the Fetamix admin.
3. Update app information
Game information can be updated in both Admin and Console. You can update game info, images, screenshots, and more.
4. Get your keys
Check the client secret issued for your game and store it securely on the server only.
5. Call the API
Use the token issued after OAuth login to call the REST API. Sample code is provided in each section.
REST API
Endpoints, authentication, error codes