Sync organization NF-e
POST/v1/nfes/sync
Triggers a background job to sync every organization NF-e with the provider (updates status, downloads pending PDFs/XMLs). Returns the job_id for polling. Refuses if a sync is already running.
Request
Responses
- 201
- 401
- 403
- 404
- 429
- 500
Sync queued.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.