ObertObert
Accounts

Account Pulse

GET
/api/accounts/{account_id}/pulse
AuthorizationBearer <token>

In: header

Path Parameters

account_idstring

Header Parameters

x-tenant-id?string|null

Response Body

application/json

application/json

curl -X GET "https://api.obert.io/api/accounts/string/pulse"
{
  "total_leads": 0,
  "leads_with_conversations": 0,
  "leads_replied": 0,
  "classification_counts": {},
  "best_signal": {
    "lead_id": "string",
    "lead_name": "string",
    "classification": "string",
    "campaign_name": "string"
  },
  "campaigns": [],
  "chats": [],
  "lead_campaigns": {}
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}