Generate proxy username
Use the Bright Data Reseller API to generate Proxy Username. GET /api//proxies returns a 200 OK JSON response for the requested action.
Authorizations
Use your Bright Data API Key as a Bearer token in the Authorization header.
How to authenticate:
- Obtain your API Key from the Bright Data account settings at https://brightdata.com/cp/setting/users
- Include the API Key in the Authorization header of your requests
- Format:
Authorization: Bearer YOUR_API_KEY
Example:
Learn how to get your Bright Data API key: https://docs.brightdata.com/api-reference/authentication
Path Parameters
Name of the proxy zone which will service your request.
Query Parameters
Valid customer id
Existing zone name
Name of country (e.g. us)
Name of the US country (e.g. ca)
Amount of the sessions to generate
Name of the ASN. YOu can get all available ASNs via /api/{PARTNER_NAME}/get_asn API
Name of the carrier. You can get all available carriers via /api/{PARTNER_NAME}/carriers API
Use constant
If provided only brd-customer-{CUST_ID}-zone-{ZONE} part of username will be encoded
Response
OK