List contacts

Request Information
URL GET {{basepath}}/contact?start=0&limit=10
CategoryREPP-Contact

Description

Displays a list of contacts in your account

Expects a ContactListRequest object.

Returns a ContactListResponse object.

Query parameters
countryNL
emailjohn@example.com
crmIdcrm12345
orgTest%
nameJohn%
start0
limit10

Example responses

List contacts
Request Method & URL
GET {{basepath}}/contact?start=0&limit=10
Query parameters
start0
limit10
Response Code:
200 OK
Response Body:
{
    "responseId": "mapi1_d1567e1be4867a0d3ce9e322e49bd3e876fc94dc",
    "status": "ok",
    "message": "The contacts are attached",
    "listItemCount": 67,
    "contacts": [
        {
            "handle": "domiencheck",
            "email": "alan@example.com",
            "org": "",
            "name": "Domien Check amended",
            "country": "NL"
        },
        {
            "handle": "JDB_1k3010l5c45d593f1900",
            "email": "john@example.com",
            "org": "Testbedrijf",
            "name": "John Tester",
            "country": "NL"
        },
        {
            "handle": "MET_1k00b0958230b3f5ba46",
            "email": "john@example.com",
            "org": "Metaregistrar",
            "name": "Domain Maintainer",
            "country": "NL"
        },
        {
            "handle": "MET_1k2070i5b4f2d539d3af",
            "email": "alan@example.com",
            "org": "Test Basic Contact",
            "name": "Alan TBC Foley",
            "country": "NL"
        },
        {
            "handle": "impm_example_com_9",
            "email": "",
            "org": "",
            "name": "John Tester",
            "country": "NL"
        },
        {
            "handle": "MET_1k302075c5bf4be4417c",
            "email": "john@example.com",
            "org": "Testbedrijvo",
            "name": "John Testerino",
            "country": "NL"
        },
        {
            "handle": "MET_1k302075c5bf4e58d7dd",
            "email": "john@example.com",
            "org": "Testbedrijvo",
            "name": "John Testerino",
            "country": "NL"
        },
        {
            "handle": "MET_1k3020c5c629bbf0f4f9",
            "email": "john@example.com",
            "org": "Testbedrijf",
            "name": "John Tester",
            "country": "NL"
        },
        {
            "handle": "MET_1k3020c5c629ce07fbf3",
            "email": "john@example.com",
            "org": "Testbedrijf",
            "name": "John Tester",
            "country": "NL"
        },
        {
            "handle": "MET_1k3020f5c66bfd522cd7",
            "email": "john@example.com",
            "org": "Testbedrijf",
            "name": "John Tester",
            "country": "NL"
        }
    ]
}