## Count **get** `/api/v2/contacts/count` Get the total number of contacts ### Returns - `count: optional number` Total number of contacts ### Example ```http 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" ```