Pushing Entities Data
Entity data ingestion and processing
Push paginated entities into an active session
post
/{version}/integrations/{integration_id}/sessions/{session_id}/entities
Sends a page of entities (e.g., 100 items). Valid batches are staged until the session is closed as apply.
Authorizations
api-keystringRequired
Path parameters
versionstring · enumRequiredDefault:
API version (e.g., v1)
v1Possible values: integration_idstringRequired
Sprinto-issued integration identifier.
session_idstringRequired
Session identifier returned by the session creation endpoint.
Body
Responses
202
Batch accepted and staged
application/json
400
Validation error; batch rejected
application/json
401
Unauthorized
404
Session not found
409
Session not active
429
Too Many Requests
post
/{version}/integrations/{integration_id}/sessions/{session_id}/entitiesLast updated

