Resello REST API Documentation

GET domain-transfer

Returns a list of transfers, matching an optional customer id.

Resource URL

https://backoffice.hostcontrol.com/api/v1/domain-transfer

Parameters

Parameter Required? Description Example value
customer optional Id of a customer. Returns transfers only belonging to this customer. 35

Example request


GET    https://backoffice.hostcontrol.com/api/v1/domain-transfer?customer=35

Result

{
    "result": [
        {
            "status": "pending",
            "direction": "out",
            "updated": "2013-10-23T08:30:30.592440+00:00",
            "is_privacy_protect_enabled": false,
            "domain": {
                "status": "delivered",
                "updated": "2013-10-22T14:05:24.799934+00:00",
                "managed": false,
                "deleted": null,
                "expires": "2014-10-22T14:05:24.798780+00:00",
                "is_customer_manageable": true,
                "customer": {
                    "is_enabled": true,
                    "updated": "2013-10-22T11:46:14.077236+00:00",
                    "is_dns_management_enabled": true,
                    "created": "2013-10-22T11:46:14.077191+00:00",
                    "primary_contact": {
                        "city": "Groningen",
                        "fax": "",
                        "voice": "+31.612345678",
                        "updated": "2013-10-22T11:46:14.084454+00:00",
                        "name": "John Doe",
                        "created": "2013-10-22T11:46:14.084419+00:00",
                        "gender": null,
                        "organisation": "",
                        "extra": {},
                        "zipcode": "1234AA",
                        "email": "john@doe.com",
                        "state": "Groningen",
                        "address": "Street 123",
                        "domains": [
                            "exampledomainnnnnn.com",
                            "exampledomainnnn.com",
                            "iasdjoaisjdasoijd.com",
                            "testdomainnn.com"
                        ],
                        "vat_number": null,
                        "country": {
                            "code": "NL",
                            "name": "Netherlands"
                        },
                        "type": "primary",
                        "id": 55
                    },
                    "is_receiving_support_notifications": true,
                    "is_ns_management_enabled": true,
                    "is_verified": true,
                    "id": 35
                },
                "name": "exampledomainnnn.com",
                "redirects": [],
                "created": "2013-10-22T14:05:24.799853+00:00",
                "is_privacy_protect_enabled": false,
                "interval": 12,
                "hosting": null,
                "renew": false,
                "tld": {
                    "name": "com"
                }
            },
            "id": 36,
            "customer": {
                "is_enabled": true,
                "updated": "2013-10-22T11:46:14.077236+00:00",
                "is_dns_management_enabled": true,
                "created": "2013-10-22T11:46:14.077191+00:00",
                "primary_contact": {
                    "city": "Groningen",
                    "fax": "",
                    "voice": "+31.612345678",
                    "updated": "2013-10-22T11:46:14.084454+00:00",
                    "name": "John Doe",
                    "created": "2013-10-22T11:46:14.084419+00:00",
                    "gender": null,
                    "organisation": "",
                    "extra": {},
                    "zipcode": "1234AA",
                    "email": "john@doe.com",
                    "state": "Groningen",
                    "address": "Street 123",
                    "domains": [
                        "exampledomainnnnnn.com",
                        "exampledomainnnn.com",
                        "iasdjoaisjdasoijd.com",
                        "testdomainnn.com"
                    ],
                    "vat_number": null,
                    "country": {
                        "code": "NL",
                        "name": "Netherlands"
                    },
                    "type": "primary",
                    "id": 55
                },
                "is_receiving_support_notifications": true,
                "is_ns_management_enabled": true,
                "is_verified": true,
                "id": 35
            },
            "name": "exampledomainnnn.com",
            "created": "2013-10-23T08:30:30.592379+00:00",
            "authcode": null,
            "interval": 12,
            "tld": {
                "name": "com"
            }
        }
    ],
    "success": true
}