Skip to main content
GET
/
v1
/
rotating
/
smartParamsCredentials
Smart parameters credentials
curl --request GET \
  --url https://api.example.com/v1/rotating/smartParamsCredentials \
  --header 'X-Api-Key: <api-key>'
{
  "username": "user123",
  "password": "pass456"
}

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

Successful response

username
string
required

Proxy username

Example:

"user123"

password
string
required

Proxy password

Example:

"pass456"