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
Last updated
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
Bind client accounts
Unbind client accounts
Retrieve client profiles
Retrieve client points
Retrieve client rewards
Retrieve client analytics data
Typical integration scenarios include:
E-commerce membership systems
CRM platforms
Loyalty programs
POS systems
Mobile applications
All Client API requests require:
Bot ID
API Token
Secret Key
Please refer to:
before making API requests.
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