Find a contact by email address or user ID.
cURL
curl --request GET \ --url https://app.loops.so/api/v1/contacts/find \ --header 'Authorization: Bearer <token>'
[ { "id": "cll6b3i8901a9jx0oyktl2m4u", "email": "[email protected]", "firstName": "Bob", "lastName": null, "source": "API", "subscribed": true, "userGroup": "", "userId": null, "mailingLists": { "cm06f5v0e45nf0ml5754o9cix": true } } ]
Hide properties
true
Was this page helpful?