Get Line Item

Currently this endpoint is only for getting budget details. We plan on expanding this endpoint in the near future.

Endpoint

Method: GET

https://lifeapi.pulsepoint.com/RestApi/v2/lineitem/{id}

Path Parameter: idof the line item that you want to retrieve its data

Response

{
    "id": 50888,
    "name": "Testing lineitem",
    "costModel": "CPM",
    "budgetDistribution": "Dollars",
    "flights": [
        {
            "id": 185184,
            "budget": 1.0,
            "startDate": "04-01-2026 00:00:00",
            "endDate": "04-30-2026 23:59:59",
            "pacingMode": "EVEN"
        },
        {
            "id": 185183,
            "budget": 1.0,
            "startDate": "03-01-2026 00:00:00",
            "endDate": "03-31-2026 23:59:59",
            "paceAheadPercent": 1.0,
            "pacingMode": "AHEAD"
        }
    ],
    "timeZone": "Eastern Time",
    "budgetModified": false
}