Developers
Partner API
Versioned JSON at /api/v1 with scoped credentials, idempotency keys, and signed webhooks.
Portal
Integrate with Zad operations.
Green-branded developer surface for partners who need system-to-system booking coordination.
Reference
Endpoints
/api/v1/health
Public
Service status and server time.
/api/v1/organization
Public
Contact channels, office address, opening hours and services.
/api/v1/packages
Public
Paginated published packages with per-locale translations.
/api/v1/quotes
Bearer token
Creates a quote request and returns its reference.
Example request
curl https://zadtravelagency.com/api/v1/organization
Example response
{
"data": {
"name": "ZAD Tour and Travel Agent",
"contact": {
"phones": ["+251 986 111 333"],
"office": { "city": "Addis Ababa", "country": "Ethiopia" }
},
"services": ["umrah", "group_umrah", "family_umrah"]
}
}
Authenticated call
curl -H "Authorization: Bearer YOUR_TOKEN" \
-H "Idempotency-Key: $(uuidgen)" \
https://zadtravelagency.com/api/v1/quotes
Need credentials?
Contact the Zad office to request scoped partner access. Production keys are issued only after review.
Contact for API accessScoped credentials
Least-privilege access per partner integration.
Idempotency keys
Safe retries for booking and payment workflows.
Signed webhooks
Event delivery with verification for partners.
Begin with Zad
Build on a trustworthy Umrah platform
Institutional partners can request API access after operational review.