Get contact info

Request Information
URL GET {{basepath}}/contact/:id
CategoryREPP-Contact

Description

Retrieves a contact's info

Expects a ContactInfoRequest object.

Returns a ContactInfoResponse object.

Url variables
:idMET_1k7060k6491872ecc51f

Example responses

Get contact info
Request Method & URL
GET {{basepath}}/contact/:id
Query parameters
statusnewThe status to look for : available,unavailable,new,delete
start0Where to start from
limit10How many to retrieve min 1 max 50
domainnameasdfghjkl.ioThe domainname to look for
Url variables
:idMET_1k7060d648828c9ba3fa
Response Code:
200 OK
Response Body:
{
    "responseId": "mapi1_f9e9cd8204e201c3392ad880d9b71c7771886648",
    "status": "ok",
    "message": "Command completed successfully",
    "contact": {
        "id": "MET_1k7060d648828c9ba3fa",
        "roid": "26s-ralcont",
        "status": [
            "ok"
        ],
        "postalInfo": {
            "name": "Test User",
            "org": "Metaregistrar",
            "addr": {
                "street": [
                    "Noothoven van Goorstraat 11E"
                ],
                "city": "Gouda",
                "sp": "Zuid holland",
                "pc": "2806RA",
                "cc": "NL"
            }
        },
        "voice": "+31.12345678",
        "fax": "",
        "email": "john@metaregistrar.com",
        "clID": "metaregistrar",
        "crID": "metaregistrar",
        "crDate": "2023-06-13T08:28:57+00:00",
        "upID": "metaregistrar",
        "upDate": "2023-06-13T08:28:57+00:00",
        "property": []
    }
}
Contact does not exist
Request Method & URL
GET {{basepath}}/contact/:id
Query parameters
statusnewThe status to look for : available,unavailable,new,delete
start0Where to start from
limit10How many to retrieve min 1 max 50
domainnameasdfghjkl.ioThe domainname to look for
Url variables
:idMET_1k7060d6488298550d79
Response Code:
404 Not Found
Response Body:
{
    "responseId": "mapi1_d3ac8b0f1aec6945fc34cf113b118557cb340848",
    "status": "error",
    "errorCode": "epp-2303",
    "errorMessage": "Object does not exist; The contact MET_1k7060d6488298550d79 does not exist"
}