Generate custom endpoints

Generate custom endpoints for proxying for Residential and Datacenter Pay per GB (DEPRECATED) subscriptions. If a default value is preset you don't need to actually include it in the request param query.

🚧

Api-key Authentication

  • We're changing the way the api-key is passed to our public-api endpoints.
  • Instead of passing api-key in URL parameters, the api-key must be passed with the authorization header from now on.
  • The oldURL parameter option will be supported until August 20th.
  • cURL example:
curl --request GET --url "https://api.decodo.com/v2/sub-users" --header "accept: application/json" --header "Authorization: your_api_key"
Language
Click Try It! to start a request and see the response here!