Create authorization
This endpoint will help you create authorization for a specific order.
Endpoint
For the login:password
POST
https://proxy-seller.com/personal/api/v1/
{YourApiKey}
/auth/add
For the IP authorization
POST
https://proxy-seller.com/personal/api/v1/
{YourApiKey}
/auth/add/ip
Example
login:password
IP authorization
Path parameters:
Name | Value | Description |
---|---|---|
Authorization |
| Your personal API key (how to get) |
Request body
Name | Type | Description |
---|---|---|
orderNumber | String | Order number (NOT order_id) |
generateAuth | String | Create custom authorization - Y/N (N - default) |
ip | String | IP address |
Response
login:password
Last updated