Sign up customer in Residential zone
Use the Bright Data Reseller API to sign up a Customer in the Residential zone. Manages reseller customers, IPs or usage; returns 200 OK as JSON.
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.
Body
Zone name
"residential"
Zone vertical. Can be either sneakers_release or product_release_goods
"sneakers_release|product_release_goods"
Email of existing trusted customer. Specify this parameter when using product_release_goods vertical
"johndoe@example.com"
Enable City targeting permission
1
Response
OK
The response is of type object.