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.

Request Developer Access

api.halalcheck.io/v1/verify
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" } ] } }