Getting Started
Get up and running with the Cambodia Postal Code API in minutes
Overview
This guide will help you make your first API call in a few minutes.
Prerequisites
- An API key (get one from the dashboard)
- Any HTTP client (curl, fetch, Postman, etc.)
Base URL
| Environment | Base URL |
|---|---|
| Production | https://api.cambodiapostalcode.com/v1 |
Steps
- Get an API key — Sign up and generate an API key from your dashboard
- Make your first request — Call any endpoint with your API key in the
x-api-keyheader - Explore the API — Browse the API Reference for all 10 endpoints
Authentication
All requests require an API key passed in the x-api-key header:
x-api-key: YOUR_API_KEYSee Authentication for details on obtaining and managing API keys.