Quota
related to quotas
Get quota details for zones, secondary zones, and records.
Authorizations
Responses
200
Successful operation.
application/json
400
### Bad Request
The request send to the API was malformed.
application/json
401
### Unauthorized
The request is missing authorization information or the authorization information provided are expired.
application/json
500
### Internal Server Error
An internal error occurred. We apologize for the inconvenience!
application/json
get
GET /quota HTTP/1.1
Host: dns.de-fra.ionos.com
Authorization: YOUR_API_KEY
Accept: */*
{
"quotaUsage": {
"zones": 200,
"secondaryZones": 50,
"records": 1500,
"reverseRecords": 1000
},
"quotaLimits": {
"zones": 50000,
"secondaryZones": 100000,
"records": 100000,
"reverseRecords": 100000
}
}
Was this helpful?