URL | GET {{basepath}}/contact?start=0&limit=10 |
---|---|
Category | REPP-Contact |
Displays a list of contacts in your account
Expects a ContactListRequest object.
Returns a ContactListResponse object.
country | NL | |
---|---|---|
john@example.com | ||
crmId | crm12345 | |
org | Test% | |
name | John% | |
start | 0 | |
limit | 10 |
GET {{basepath}}/contact?start=0&limit=10
start | 0 | |
---|---|---|
limit | 10 |
200 OK
{
"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"
}
]
}