Contacts
Get # of contacts
Get the number of contacts in your project
GET
/v1/contacts/count
Bearer*
curl --request GET \
--url https://api.useplunk.com/v1/contacts/count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: "application/json"'
curl --request GET \
--url https://api.useplunk.com/v1/contacts/count \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: "application/json"'
{
"count": 100
}