Skip to main content
Every request to the Plinth API must include your API key as a Bearer token.

Key types

Test and live keys are completely separate. A test key never touches live data, and live keys don’t have access to sandbox resources.

Getting a key

Get your API key from the dashboard. Live keys require KYC completion on your Nomba account.

Invalid key response

If you send an invalid or expired key, you get:
All other errors return 4xx or 5xx with the same error + message + status shape.

SDK initialisation

Never log or commit API keys. Use environment variables. If a key is compromised, rotate it immediately from the dashboard — the old key is invalidated instantly.