get https://api.decodo.com/v2/endpoints-custom
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
inURL
parameters, theapi-key
must be passed with theauthorization header
from now on.- The old
URL
parameter option will be supported untilAugust 20th
.cURL
example:curl --request GET --url "https://api.decodo.com/v2/sub-users" --header "accept: application/json" --header "Authorization: your_api_key"