Features
Authentication
Verdn uses API keys to authenticate requests. The keys themselves are string values that come in pairs — one for testing, and one for production — and you can find these in the Verdn dashboard.
You can use any API endpoint with either your test or production key. Testing keys start with verdn_sk_test
and production keys start with verdn_sk_live
. In order to authenticate a request to the Verdn API, pass your key as an HTTP Authorization request header, prefixed with the Bearer keyword.
All API JSON response bodies contain an isLive
property which indicates the live status (testing or production) of that request.