Skip to main content

Endpoint

Authentication

Requires a valid API key with sync:read permission.

Query Parameters

ParameterTypeRequiredDescription
batch_idstringYesBatch ID returned from sync/batch

Example

curl "https://api.wede.pt/v1/sync/status?batch_id=batch-uuid" \
  -H "x-wede-api-key: wede_live_YOUR_KEY"

Response

{
  "batch_id": "batch-uuid",
  "status": "processed",
  "accepted": 1,
  "rejected": 0,
  "processed_at": "2026-05-20T10:00:05Z"
}