cURL
curl --request GET \ --url https://api.example.com/v1/rotating/smartParamsCredentials \ --header 'X-Api-Key: <api-key>'
{ "username": "user123", "password": "pass456" }
Returns the username and password for the rotating proxy.
Successful response
Proxy username
"user123"
Proxy password
"pass456"
Was this page helpful?