AdminSync customers
/Admin/sync-customers
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using Bearer scheme
In: header
Query Parameters
force?boolean
Default
falseResponse Body
application/json
curl -X POST "https://api.speaknode.com/api/Admin/sync-customers"{
"total_users": 0,
"created_customers": 0,
"updated_customers": 0,
"skipped_users": 0,
"errors_count": 0,
"errors": [
"string"
]
}