cURL
curl --request GET \ --url https://domainwarden.app/api/user/check-intervals \ --header 'Authorization: Bearer <token>'
{ "data": [ "hourly", "6hours", "12hours", "daily", "weekly" ] }
Retrieve all valid time intervals available to the authenticated user. The intervals returned depend on the user’s subscription plan:
You can obtain your API Token from your Domainwarden account settings.
Basic Plan
[ "hourly", "6hours", "12hours", "daily", "weekly"]