Get user region quota
About
Returns user quota for region.
GET /users/current/regions/{region}/quotas
For more information see swagger documentation
Headers
Name | Type | Required | Description |
---|---|---|---|
auth-token | string | Yes | Authorization token. See Authentication and authorization |
Path parameters
Name | Type | Required | Description |
---|---|---|---|
region | string | Yes | Quota region |
Response
- 200 - User region quota returned
- 400 - Validation failed. Response schema: Error
Examples
Example request:
curl -X GET --header 'Accept: application/json' --header 'auth-token: token' 'https://mt-provisioning-api-v1.agiliumtrade.agiliumtrade.ai/users/current/regions/vint-hill/quotas'
Example response:
{
"maxAccounts": 100,
"maxDeployedG1Accounts": 20,
"maxDeployedG2Accounts": 100,
"maxDeployedCopyFactoryAccounts": 100
}