Skip to main content
POST
/
api
/
v1
/
sessions
/
{session_id}
/
sender-data
/
bulk
Bulk update sender data
curl --request POST \
  --url https://api.example.com/api/v1/sessions/{session_id}/sender-data/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {}
]'
{
  "session_id": "<string>",
  "sources_updated": 123,
  "merge_strategy": "<string>",
  "message": "<string>",
  "job_id": "<string>",
  "estimated_completion_time": 123,
  "processing_status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bavlio.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

Query Parameters

merge_strategy
string
default:update

Body

application/json

Response

Successful Response

Response model for sender data upload.

session_id
string
required

Session identifier

sources_updated
integer
required

Number of sender data sources updated

merge_strategy
string
required

Merge strategy used

message
string
required

Success message

job_id
string | null

Background job ID if processing was queued

estimated_completion_time
number | null

Estimated completion timestamp

processing_status
string | null

Status of background processing job