API Introduction

How to use the TAG API

First, create a user account on Demo app or using the link register a user. Once created, create a Business account from menu Register/List Business. Multiple Business accounts can be created under one user login, each with different wallet balances, services, users etc.

The endpoint URL for demo is apibeta.tagcash.com

Within this developer side, you can generate an access token after entering your client id and secret, and can then test out the various API calls. If you need more help, join the Discord channel.

Client Credentials Authentication for Business Account

Tagcash uses OAuth 2.0 for API authentication which is the latest standard

This kind of authentication is used when an app/community needs to log in on behalf of itself. It won't be able to switch to the user perspective though.

Parameters:
Parameters:
Parameters are to be passed as POST
URL:
URL:
https://apibeta.tagcash.com/oauth/accesstoken
client_id:
client_id:
[Generated by Tagcash API Developer page of Community]
client_secret:
client_secret:
[Generated by Tagcash API Developer page of Community]
grant_type:
grant_type:
client_credentials