Get seat count
GET/api/v2/seats/count
Returns the number of seats for the authenticated company.
Get seat count
curl https://api.sendblue.co/api/v2/seats/count \
-H "sb-api-key-id: $SENDBLUE_API_API_KEY" \
-H "sb-api-secret-key: $SENDBLUE_API_API_SECRET"{
"count": 12
}Returns Examples
{
"count": 12
}