Proxies
Get Provider
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/GetProvider" \ -H "Content-Type: application/json" \ -d '{}'{
"provider": {
"capabilities": {
"enumerable": true,
"stateApi": true,
"staticExitIp": true
},
"createdAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"enabled": true,
"id": "string",
"state": {
"bandwidthLimitBytes": "string",
"bandwidthUsedBytes": "string",
"geoCount": 0,
"plan": "string"
},
"stateRefreshedAt": "2019-08-24T14:15:22Z",
"targetPoolId": "string",
"type": "PROVIDER_TYPE_UNSPECIFIED",
"updatedAt": "2019-08-24T14:15:22Z",
"version": "string",
"workspaceId": "string"
}
}Empty