curl --request GET \
--url https://api.myscalev.com/v3/customers/count \
--header 'Authorization: Bearer <token>'{}Requires the customer:list machine scope.
curl --request GET \
--url https://api.myscalev.com/v3/customers/count \
--header 'Authorization: Bearer <token>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Success
Raw single-resource success payload for v3.