Authentication

To access our APIs, you’ll first need to complete the onboarding process and receive your authentication credentials. Contact the Banked Customer Success team at support@banked.com to obtain your API keys and secret.

All API requests require the following header fields:

  • Authorization: Basic base64(key:secret)- The Base64 encoded string key:secret.
  • Idempotency-Key (Recommended for all non-Get requests): uuid - An idempotency key unique for that request.
See `Idempotency` Docs