Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.floppydata.net/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?