curl --request GET \
--url https://app.loops.so/api/v1/contacts/find \
--header 'Authorization: Bearer <token>'[
{
"id": "cll6b3i8901a9jx0oyktl2m4u",
"email": "hello@gmail.com",
"firstName": "Bob",
"lastName": null,
"source": "API",
"subscribed": true,
"userGroup": "",
"userId": null,
"mailingLists": {
"cm06f5v0e45nf0ml5754o9cix": true
},
"optInStatus": "accepted"
}
]
Find a contact by email address or user ID.
curl --request GET \
--url https://app.loops.so/api/v1/contacts/find \
--header 'Authorization: Bearer <token>'[
{
"id": "cll6b3i8901a9jx0oyktl2m4u",
"email": "hello@gmail.com",
"firstName": "Bob",
"lastName": null,
"source": "API",
"subscribed": true,
"userGroup": "",
"userId": null,
"mailingLists": {
"cm06f5v0e45nf0ml5754o9cix": true
},
"optInStatus": "accepted"
}
]
Hide properties
true."pending", "accepted", "rejected" or null.null for contacts unless they are created via a form while double opt-in is enabled.[
{
"id": "cll6b3i8901a9jx0oyktl2m4u",
"email": "hello@gmail.com",
"firstName": "Bob",
"lastName": null,
"source": "API",
"subscribed": true,
"userGroup": "",
"userId": null,
"mailingLists": {
"cm06f5v0e45nf0ml5754o9cix": true
},
"optInStatus": "accepted"
}
]
Was this page helpful?