Loading dashboard…
Loading dashboard…
A set of APIs built for Buyer applications to seamlessly browse the gift card catalog, select products, and complete the purchase flow with reliability and speed.
Before integrating the Buyer App - Gift Card APIs, ensure the following prerequisites are configured to enable a smooth and secure integration.
Use the appropriate base URL depending on your deployment environment.
All API requests must include the following header for authentication.
Missing or invalid headers will result in authentication errors.
To receive your API credentials, please contact our support team at help@meribachat.in.
Example cURL requests demonstrating authenticated API calls. Replace {{base_url}} and {{endpoint}} as per your setup.
curl -X POST \ {{base_url}}/{{endpoint}} \ -H "Content-Type: application/json" \ -H "X-API-KEY: YOUR_API_KEY" \ -d '{ "{{field1}}": "value1", "{{field2}}": "value2", "{{field3}}": { "{{subField}}": "value" } }'
curl -X GET \ {{base_url}}/{{endpoint}}?{{queryParam}}={{value}} \ -H "X-API-KEY: YOUR_API_KEY"
For assistance during integration, contact at help@meribachat.in.