Skip to main content
GET
/
{id}
/
sync-log
Error
A valid request URL is required to generate request examples
{
  "success": 1,
  "data": {
    "sync": {
      "status": "idle",
      "last_sync_at": "2026-06-23T06:00:00.000Z",
      "last_sync_hash": "a3f8c2...",
      "error_message": null
    }
  }
}

Authorizations

Authorization
string
header
required

JWT issued by Seyaha — include as Authorization: Bearer <token>

Path Parameters

id
string
required

Integration document ID (MongoDB ObjectId)

Example:

"64a1b2c3d4e5f6a7b8c9d0e1"

Response

Sync log

success
integer
Example:

1

data
object