Skip to main content
GET
/
api
/
user
/
check-intervals
cURL
curl --request GET \
  --url https://domainwarden.app/api/user/check-intervals \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "hourly",
    "6hours",
    "12hours",
    "daily",
    "weekly"
  ]
}

Authorizations

Authorization
string
header
required

You can obtain your API Token from your Domainwarden account settings.

Response

Basic Plan

data
string[]
Example:
[
"hourly",
"6hours",
"12hours",
"daily",
"weekly"
]