Send your key as a bearer token
Pass the key in theAuthorization header on every request:
401 and the unauthorized error code. See Errors.
Keys are scoped to one environment
Each key belongs to a single environment:- A test key only reads and writes test data.
- A live key only reads and writes real data.
Keep keys secret
Treat an API key like a password:- Send it only over HTTPS, which the API requires.
- Store it as a server-side secret, never in client-side code or a public repository.
- Rotate a key if it may have been exposed.
Where to get a key
Create and revoke keys from your EasyVerifactu account:- Go to Settings → API Keys.
- Click New key and give it a descriptive name.
- Copy the key when it is shown. It is displayed only once.
ev_test_ for test, ev_live_ for live.