GitHub

(Admin) Sync GitHub

Manually trigger GitHub stats synchronization. Intended for admin use.

POST
/api/v1/github/admin/sync

Authorization

veriworkly-auth.session_token<token>

Internal session cookie for local development.

In: cookie

Response Body

application/json

curl -X POST "https://api.veriworkly.com/api/v1/github/admin/sync"
{
  "success": true,
  "message": "Manual sync completed",
  "data": {
    "id": "sync_123",
    "projectUrl": "https://github.com/owner/repo",
    "syncedAt": "2026-04-26T10:00:00.000Z"
  }
}