GET
/
users
/
m2m
/
sync
/
site-count
curl --request GET \
  --url https://api.altostrat.io/users/m2m/sync/site-count \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication for general M2M API access.

Response

200
application/json

Sync job dispatched successfully.

The response is of type object.