Quotas
quotas
Methods
Get Combined Client Quotas Regional And Global -> { global_quotas, regional_quotas }
get/v2/client_quotas
Get combined client quotas, regional and global.
Quotas
Limits Request
quotas.limits_request
Methods
post/v2/limits_request
Create request to change quotas
Delete Request To Change Quotas ->
delete/v2/limits_request/{req_id}
Delete request to change quotas
get/v2/limits_request
Returns a list of sent requests to change current quotas and their statuses
get/v2/limits_request/{req_id}
Get request to change quota limits.
Domain types
LimitsRequest = { id, client_id, requested_limits, 4 more... }
Quotas
Notification Threshold
quotas.notification_threshold
Methods
Delete Client S Quota Notification Threshold ->
delete/v2/client_quotas/{client_id}/notification_threshold
Delete client's quota notification threshold
Parameters
client_id: number
Request example
get/v2/client_quotas/{client_id}/notification_threshold
A quota notification threshold is necessary to send a notification warning to the client. Defaults to 80%. without their own threshold.
put/v2/client_quotas/{client_id}/notification_threshold
A quota notification threshold is necessary to send a notification warning to the client. Defaults to 80%.
Domain types
QuotaNotificationThreshold = { client_id, last_message, last_sending, 1 more... }