> For the complete documentation index, see [llms.txt](https://doc.mantago.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.mantago.cc/mantago-en/documentation-1/client-api.md).

# 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:

* [How to Get a Token](/mantago-en/faq/how-to-get-a-token.md)
* [Generate Open API Token & Secret Key](/mantago-en/generate-open-api-token-and-secret-key.md)

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
