X-Numero-Api-Key header.
Getting your API keys
- Sign in to your Merchant Dashboard
- Navigate to the API Keys section
- Copy your API Key and Public Key
Live and test keys
You get two secret keys, and the key you send decides the mode — there is no separate sandbox host or sandbox base URL:
Develop against your
test_key_, then swap in your live_key_ — the base URL and every endpoint stay the same. See Test mode.
Keep your keys safe. API keys carry many privileges. Do not share them in public repositories, client-side code, or any publicly accessible location. You can rotate either key from the dashboard.
Making authenticated requests
Include your API key in every request using theX-Numero-Api-Key header:
Request signing
MostPOST endpoints require a request signature in addition to your API key. The signature is sent via the X-Numero-Signature header. This provides an extra layer of security by ensuring the request body hasn’t been tampered with in transit.
See Request Signing for full details on how to generate signatures.
Summary
IP Whitelisting (Optional)
For additional security, you can restrict API access to specific IP addresses from your Merchant Dashboard. When enabled, requests from non-whitelisted IPs will be rejected. Both IPv4, IPv6, and CIDR notation (e.g.,192.168.1.0/24) are supported.