Client API

The Client API allows you to bind or unbind customer accounts from your membership system to MantaGO through API integration. This enables businesses to synchronize customer identity data between the

Supported Features

  • Bind client accounts

  • Unbind client accounts

  • Retrieve client profiles

  • Retrieve client points

  • Retrieve client rewards

  • Retrieve client analytics data


Common Use Cases

Typical integration scenarios include:

  • E-commerce membership systems

  • CRM platforms

  • Loyalty programs

  • POS systems

  • Mobile applications


Authentication Requirements

All Client API requests require:

  • Bot ID

  • API Token

  • Secret Key

Please refer to:

before making API requests.


Notes

  • Each member account should have a unique identifier (clientId)

  • API requests must include valid authentication credentials

  • Expired tokens must be refreshed before use

  • Member binding status can be updated dynamically through the API

Last updated