Leads
Bulk Update Leads Endpoint
Bulk update fields on multiple leads.
AuthorizationBearer <token>
In: header
Header Parameters
x-tenant-id?string|null
lead_idsLead Ids
List of lead IDs to update
approval_status?string|null
Value in
"approved" | "pending_approval" | "rejected" | "filtered"Response Body
application/json
application/json
curl -X PATCH "https://api.obert.io/api/leads" \ -H "Content-Type: application/json" \ -d '{ "lead_ids": [ "string" ] }'{
"updated": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}