{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/api.proxyelite.biz"
        }
    ],
    "info": {
        "name": "api",
        "_postman_id": "92a1e695-51a8-4d17-bdc1-aaa37a8511dc",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json",
        "version": "1.0.2"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "GET clients list.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[{\n\"id\": numeric (client ID),\n\"email\": string (email),\n}] or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET service stats by Service ID. Only for PPR.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stats\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stats\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "123",
                                    "description": "Service ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[{\n\"date\": string (date YYYY-MM-DD),\n\"rate\": numeric (count of requests|used traffic in MB),\n}] or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity \"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET service rate by Service ID. Only for PPR.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rate\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rate\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "123",
                                    "description": "Service ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[{\n\"limit\": numeric (limit of requests|used traffic in MB),\n\"rate\": numeric (count of requests|used traffic in MB),\n}] or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity \"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET product by Product ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/product\/:pid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/product\/:pid",
                            "variable": [
                                {
                                    "id": "pid",
                                    "key": "pid",
                                    "value": "12",
                                    "description": "Product ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"productId\": numeric (product ID),\n\"price\": numeric (product price in USD),\n\"groupId\": numeric (product group ID),\n\"groupName\": string (group name),\n\"created_at\": string (product date creation YYYY-MM-DD),\n\"product_hidden\": boolean (product hidden or not),\n\"group_hidden\": boolean (group hidden or not),\n\"product_type\": string (fpr - static proxy  or ppr - rotating proxy),\n\"ip_count\": numeric (IP count for fpr only),\n\"update_time\": string (update time YYYY-MM-DD HH:MM:SS for fpr only),\n\"geo\": array (geo list for fpr only),\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity \"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity or product ID not found\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST add new service",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/product\/:pid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/product\/:pid",
                            "variable": [
                                {
                                    "id": "pid",
                                    "key": "pid",
                                    "value": "12",
                                    "description": "Product ID."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clientid\":1,\"setip\":\"12.34.56.78\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n'serviceId': numeric,\n'orderId': numeric,\n'invoiceId': numeric,\n'amount': numeric,\n\"ip\": string,\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity or product ID not found\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessed entity or not enough funds to order\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity. Incorrect posted data\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity. ClientID not found\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET products list.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/products",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/products"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[{\n\"productId\": numeric (product ID),\n\"productName\": string (product name),\n\"price\": numeric (product price in USD),\n\"groupId\": numeric (product group ID),\n\"groupName\": string (group name),\n\"created_at\": string (product date creation YYYY-MM-DD),\n}] or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET products list order by field.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/products\/orderby\/:field",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/products\/orderby\/:field",
                            "variable": [
                                {
                                    "id": "field",
                                    "key": "field",
                                    "value": "productId",
                                    "description": "Field name for order by: productId or productName or price or groupId or groupName or created_at ."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[{\n\"productId\": numeric (product ID),\n\"productName\": string (product name),\n\"price\": numeric (product price in USD),\n\"groupId\": numeric (product group ID),\n\"groupName\": string (group name),\n\"created_at\": string (product date creation YYYY-MM-DD),\n}] or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET network status errors proxy servers list by Service ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/networkstatus\/errors\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/networkstatus\/errors\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "123",
                                    "description": "Service ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "array (IP address list) or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity \"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"error\": \"Unprocessable Entity. ClientID not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET network status inactive proxy servers list by Service ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/networkstatus\/inactive\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/networkstatus\/inactive\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "123",
                                    "description": "Service ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "array (IP address list) or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity \"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"error\": \"Unprocessable Entity. ClientID not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET billing credit.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/billing\/credit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/billing\/credit"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"credit\": numeric (credit in USD),\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET billing invoices list.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/billing\/invoices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/billing\/invoices"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[{\n\"id\": numeric (invoice ID),\n\"description\": string (invoice description),\n\"status\": string (Unpaid|Paid|Cancelled|Refunded|Collections|Payment Pending|Pending),\n\"created_at\": string (invoice date creation YYYY-MM-DD),\n\"amount\": numeric (invoice amount in USD),\n\"date_refunded\": string (invoice date refunded YYYY-MM-DD),\n\"date_paid\": string (invoice date paid YYYY-MM-DD),\n\"paymentmethod\": string (payment method),\n\"serviceid\": numeric (service ID),\n}] or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET billing invoice by Invoice ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/billing\/invoice\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/billing\/invoice\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "fugiat",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[{\n\"id\": numeric (invoice ID),\n\"description\": string (invoice description),\n\"status\": string (Unpaid|Paid|Cancelled|Refunded|Collections|Payment Pending|Pending),\n\"created_at\": string (invoice date creation YYYY-MM-DD),\n\"amount\": numeric (invoice amount in USD),\n\"date_refunded\": string (invoice date refunded YYYY-MM-DD),\n\"date_paid\": string (invoice date paid YYYY-MM-DD),\n\"paymentmethod\": string (payment method),\n\"serviceid\": numeric (service ID),\n}] or empty array",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET service by Service ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/service\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/service\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "corrupti",
                                    "description": "The ID of the service."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n \"service_id\": numeric (service ID),\n \"orderid\": numeric (order ID),\n \"product_name\": string (product name),\n \"regdate\": string (date YYYY-MM-DD),\",\n \"nextduedate\": string (date YYYY-MM-DD),\n \"status\": string (Active|Pending|Suspended|Terminated|Cancelled|Fraud),\n \"billingcycle\": string (Free|Monthly|Quarterly|Semi-Annually|Annually|Biennially|Triennially),\n \"username\": string (username),\n \"password\": string (password),\n \"bindedip\": string (binded IP address 111.222.233.144 for fpr only),\n \"product_type\": string (fpr - static proxy  or ppr - rotating proxy),\n \"ip_count\": numeric (IP count for fpr only),\n \"price\": numeric (price in USD),\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET user services list.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/services",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/services"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "[{\n\"service_id\": numeric,\n\"product_name\": string (product name),\n\"nextduedate\": string (date),\n\"orderid\": numeric,\n\"status\": string (Active|Pending|Suspended|Terminated|Cancelled|Fraud),\n}]",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT update service by Service ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/service\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/service\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "soluta",
                                    "description": "The ID of the service."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"setip\":\"12.34.56.78\",\"update_list\":\"true\",\"password\":\"cGFzc3dvcmQ=\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\n\"setip\": {\n\"success\": \"IP address updated successfully\"\n},\n\"update_list\": {\n\"success\": \"IP list updated successfully\"\n},\n\"password\": {\n\"success\": \"Password updated successfully\"\n}\n}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity \"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity. Incorrect posted data\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 429,
                            "body": "{\"error\": \"Too Many Attempts (updateList). Next update possible: YYYY-MM-DD HH:MM:SS\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity. Invalid IPv4 format\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity. IP already binded\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity. Invalid IPv4 format\"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "{\"error\": \"Unprocessable Entity. ClientID not found\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET IP list by Service ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/iplist\/:typel\/:formatl\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/iplist\/:typel\/:formatl\/:id",
                            "variable": [
                                {
                                    "id": "typel",
                                    "key": "typel",
                                    "value": "http-ip",
                                    "description": "IP list type http-ip or socks-ip or http-auth or ppr-http or ppr-socks."
                                },
                                {
                                    "id": "formatl",
                                    "key": "formatl",
                                    "value": "csv",
                                    "description": "IP list format csv or txt or json."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "123",
                                    "description": "Service ID."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "ip list in selected format",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 422,
                            "body": "{\"error\": \"Unprocessable Entity \"}",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 401,
                            "body": "Unauthenticated",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid Authorization header",
                            "name": ""
                        },
                        {
                            "header": [],
                            "code": 400,
                            "body": "Invalid credentials format",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "basic"
    }
}