ObertObert
Accounts

Score Accounts

Start a durable account scoring workflow via Temporal.

POST
/api/accounts/score
AuthorizationBearer <token>

In: header

Header Parameters

x-tenant-id?string|null
account_ids?Account Ids
Default[]
lead_list_id?string|null

Response Body

application/json

application/json

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