Goldmine
Proxies

Bulk Create Sessions

POST
/proxies.v1.Proxies/BulkCreateSessions

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/proxies.v1.Proxies/BulkCreateSessions" \  -H "Content-Type: application/json" \  -d '{}'
{
  "sessions": [
    {
      "createdAt": "2019-08-24T14:15:22Z",
      "deletedAt": "2019-08-24T14:15:22Z",
      "enabled": true,
      "host": "string",
      "id": "string",
      "poolId": "string",
      "port": 0,
      "providerId": "string",
      "scheme": "string",
      "token": "string",
      "updatedAt": "2019-08-24T14:15:22Z",
      "username": "string",
      "version": "string",
      "workspaceId": "string"
    }
  ]
}
Empty