Get endpoints by type

Get a list of endpoints by a specified type for Residential subscription

🚧

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 July 14th.
  • 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!