GET /api/v1/domains/:domain_id/records/:id
Get domain's record information
Examples
GET /api/v1/domains/1/records/10?auth_token=zNGqcTmqnv8VHkhdQcRD 200 { "change_date": null, "content": "domain34.com", "created_at": "2013-02-28T17:49:32+01:00", "domain_id": 1, "id": 10, "name": "domain34.com", "prio": 10, "ttl": 1000, "type": "MX", "updated_at": "2013-02-28T17:49:32+01:00" }
Supported Formats
jsonErrors
401 Unauthorized422 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 |