ObertObert
Leads

Score Leads

Start a durable lead scoring workflow via Temporal.

POST
/api/leads/score
AuthorizationBearer <token>

In: header

Header Parameters

x-tenant-id?string|null
lead_ids?|null
lead_list_ids?|null

Response Body

application/json

application/json

curl -X POST "https://api.obert.io/api/leads/score" \  -H "Content-Type: application/json" \  -d '{}'
{
  "workflow_id": "string",
  "job_id": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}