Get an API key from the dashboard to authenticate to the Public API
You can get the API key by logging into your dashboard and going to the API keys section.
- While logged in to the dashboard, click the
Account and Settings
icon at the top right. - Then, click
Settings
. - Finally, click on the
API Keys
tab to open it. - In the API Keys tab, enter a name for your API key and click on Create to see your API key:

Once you close this window you won't be able to see your whole API key again, make sure to save it for later use
Api-key
Authentication
- We're changing the way the
api-key
is passed to our public-api endpoints.- Instead of passing
api-key
inURL
parameters, theapi-key
must be passed with theauthorization header
from now on.- The old
URL
parameter option will be supported untilJuly 14th
.cURL
example:curl --request GET --url "https://api.decodo.com/v2/sub-users" --header "accept: application/json" --header "Authorization: your_api_key"
Support
Still can't find an answer? Want to say hi? We take pride in our 24/7 customer support. Alternatively, you can reach us via our support email at [email protected].