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