Create authorization

This endpoint will help you create authorization for a specific order.

Endpoint

For the login:password

POST https://proxy-seller.com/api/v1/{YourApiKey}/auth/add

For the IP authorization

POST https://proxy-seller.com/api/v1/{YourApiKey}/auth/add/ip

Example

login:password

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/auth/add

IP authorization

https://proxy-seller.com/api/v1/fj4948ffhg58gh843gh/auth/add/ip

Path parameters:

Request body

Response

login:password

{
  "status": "success",
  "data": {
    "id": "66decee1e4b0c423139280d9",
    "active": true,
    "login": "abcdef1",
    "password": "fedcba1",
    "orderNumber": "2000096_20240080"
  },
  "errors": []
}

Last updated