Authentication
All API requests must include an API key. Keys are issued per customer from the dashboard.
API keys are secrets
Never embed a key in client-side code or commit one to a repo. Treat it like a database password — server-side only.
Send the Authorization header
curl
curl partner.dattaremit.com/api/v1/fx-rates \
-H "Authorization: Bearer sk_live_YOUR_API_KEY"