CorebanqCorebanq Developer Docs
R B A C Configuratorv1

Sync Endpoints

Counts currently registered endpoints. Full sync requires server restart.

POST/v1/rbac/endpoint-role/sync

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/v1/rbac/endpoint-role/sync"
{
  "message": "Endpoints synced successfully",
  "count": 245
}
Empty
Empty
Empty