GET /api/v1/domains
List your account domains
Examples
GET /api/v1/domains/?auth_token=HVBuTMUfcnZi3UCuHsf5 200 [ { "id": 1, "name": "domain1.com", "last_check": null }, { "id": 2, "name": "domain2.com", "last_check": null } ]
Supported Formats
jsonErrors
302 Unauthorized, redirected401 Unauthorized
422 Bad parameter
404 Not found
500 Server crashed for some reason
Params
Param name | Description |
---|---|
auth_token required |
API authentication key Value: Must be String |