Skip to main content
The Decisionly API uses API keys to authenticate requests. You can view and manage your API keys from your dashboard settings.

API Key Prefixes

  • Test mode secret keys have the prefix test_
  • Live mode secret keys have the prefix live_

HTTP Basic Auth

Authentication to the API is performed via HTTP Basic Auth. Provide your API key as the basic auth username value. You do not need to provide a password.