Contacts
Get all contacts
Get all contacts in your project
GET
/v1/contacts
Bearer*
curl --request GET \
--url https://api.useplunk.com/v1/contacts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: "application/json"'
Headers
Content-Typerequired
string
application/json
curl --request GET \
--url https://api.useplunk.com/v1/contacts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: "application/json"'