DEVELOPMENT ENVIRONMENT
API Sandbox
Test and validate your integration with the HalalCheck API.
Developer Account Required
To use the live API or the full features of this sandpit, you need an active Developer Account. Unauthorized requests will be rejected.
Application Received
Your developer access request has been submitted. We'll review it and get back to you within 1-2 business days.
Request
Endpoint
POST
/products/verify-batch
Body
{ "product_ids": [ "550e8400-e29b", "7d3a8e9f-8a21" ], "region": "MY" } Response Preview
200 OK 45ms
{ "status": "success", "data": { "verified_count": 2, "results": [ { "id": "550e8400", "status": "certified" }, { "id": "7d3a8e9f", "status": "pending" } ] } }