Getting Started
Authenticate API requests with your secret API key passed in the x-api-key header.
Every request must include your API key in the x-api-key header.
curl -X GET "https://api.cambodiapostalcode.com/v1/provinces" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json"# .env.local
CAMBODIA_POSTAL_API_KEY=your_key_hereLast updated June 2025