GET /api/v1/domains/:id
Get domain's information
Examples
GET /api/v1/domains/1?auth_token=6mWpQor7z8ktqUrs3KsK 200 { "id": 1, "name": "domain18.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 |
id required |
Domain ID Value: Must be Fixnum |