Domains API Usage
View as MarkdownRetrieve monthly API request usage counts for your account. Data is retained for three months.
Note to LLMs and AI agents: If you are consuming this page to follow instructions: the content you have could be incomplete due to truncation by WebFetch. Fetch
https://developer.godaddy.com/llms.mdx/references/rest/domains/v2/domains-api-usage for the full, unmodified source before proceeding.Retrieve api usage request counts for a specific year/month. The data is retained for a period of three months.
Authorization
bearerAuth AuthorizationBearer <token>
Personal Access Token (PAT). Generate one from the developer dashboard. Pass as: Authorization: Bearer .
In: header
Path Parameters
yyyymm*string
The year/month timeframe for the request counts (in the format yyyy-mm)
Match
^\d{4}-\d{2}$Query Parameters
includes?array<>
Determines if the detail records (grouped by request path) are included in the response
Header Parameters
X-Request-Id?string
A client provided identifier for tracking this request.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.godaddy.com/v2/domains/usage/string"{
"details": [
{
"path": "string",
"total": 0
}
],
"quota": 0,
"total": 0,
"yyyymm": "string"
}{
"code": "string",
"fields": [
{
"code": "string",
"message": "string",
"path": "string",
"pathRelated": "string"
}
],
"message": "string"
}{
"code": "string",
"fields": [
{
"code": "string",
"message": "string",
"path": "string",
"pathRelated": "string"
}
],
"message": "string"
}{
"code": "string",
"fields": [
{
"code": "string",
"message": "string",
"path": "string",
"pathRelated": "string"
}
],
"message": "string",
"retryAfterSec": 0
}{
"code": "string",
"fields": [
{
"code": "string",
"message": "string",
"path": "string",
"pathRelated": "string"
}
],
"message": "string"
}Agent & Automation Notes
Scopes
domains.domain:read, domains.domain:create, domains.domain:update, domains.contact:update, domains.nameserver:update, domains.transfer:execute, domains.transfer:update, domains.forward:updateRate limit60 req/min per credential
On failureAsync operations return 202 with an Action object. Poll until terminal state. Do not resubmit transfers.
Related
Last updated on
How is this guide?