Get the total number of contacts
Total number of contacts
curl https://api.sendblue.co/api/v2/contacts/count \ -H "sb-api-key-id: $SENDBLUE_API_API_KEY" \ -H "sb-api-secret-key: $SENDBLUE_API_API_SECRET"
{ "count": 0 }