Skip to main content

Authentication

ONVO authenticates requests with API keys sent as Bearer tokens.

Authorization: Bearer onvo_test_secret_key_...

Key types

KeyUse
onvo_test_secret_key_...Server-side code in test mode.
onvo_live_secret_key_...Server-side code in live mode.
onvo_test_publishable_key_...Client-side code in test mode.
onvo_live_publishable_key_...Client-side code in live mode.
warning

Never expose secret keys in browsers, public mobile apps, or repositories.

HTTPS

All requests must use HTTPS. Requests without authentication or over HTTP fail.