Canada Post tracking URL from a tracking number
Canada Post (CA) tracking numbers follow this format: 16 digits, or S10 format ending in CA. ShipShim detects the carrier from the number and returns the direct tracking link.
Example: number in, tracking URL out
| Example tracking number | 7023210039414604 |
|---|---|
| Tracking URL | https://www.canadapost-postescanada.ca/track-reperage/en#/search?searchFor=7023210039414604 |
This format is distinctive, so ShipShim identifies Canada Post from the bare number — no hints needed.
Get the Canada Post tracking link via API
curl -X POST https://shipshim.com/api/v1/track \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"tracking_number": "7023210039414604"}'
Response:
{
"tracking_number": "7023210039414604",
"carrier": "Canada Post",
"country": "CA",
"tracking_url": "https://www.canadapost-postescanada.ca/track-reperage/en#/search?searchFor=7023210039414604",
"confidence": 100,
"matches": [
{
"carrier": "Canada Post",
"country": "CA",
"confidence": 100,
"tracking_url": "https://www.canadapost-postescanada.ca/track-reperage/en#/search?searchFor=7023210039414604"
}
]
}
Get a free API key Read the API reference — the free tier includes 100 calls/month.
Related carriers
- Purolator tracking URL (CA)
- Canpar tracking URL (CA)
- Intelcom tracking URL (CA)
- Loomis Express tracking URL (CA)
- Nationex tracking URL (CA)
- ICS Courier tracking URL (CA)