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.
curl https://api.decisionly.com/v2/issuer/cases \
  -u test_d0019b48d05849a6: