List of authorizations
This API endpoint shows a list of created authorizations for orders.
Endpoint:
GET
https://proxy-seller.com/personal/api/v1/
{YourApiKey}
/auth/list
Example
To retrieve authorizations for your orders:
https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/auth/list
Path parameters:
Name
Value
Description
Response
{
"status": "success",
"data": [
{
"id": "666059d7f767480029182987",
"active": true,
"login": "abcdef1",
"password": "fedcba1",
"orderNumber": "2329050_27159264"
},
{
"id": "66dea930354180027393781d",
"active": true,
"login": "abcdef2",
"password": "fedcba2",
"orderNumber": "2329050_27159263"
},
{
"id": "66dea930354180027393781a",
"active": true,
"ip": "127.0.0.1",
"orderNumber": "2329050_27159263"
}
],
"errors": []
}
Last updated