Xem tổng chi phí của Flow/Campaign/Sequence

HTTP request

Example Request

curl --location 'https://api.service.ladiflow.com/1.0/flow/get-cost' \
--header 'Api-Key: {API-KEY}' \
--header 'Content-Type: text/plain' \
--data '{
    "from_date": "2024-04-09T17:00:00.610Z",
    "to_date": "2024-05-10T16:59:59.611Z",
    "type": "MESSAGE",
    "source": "FLOW",
    "flow_id": null,
    "trigger_id": null,
    "flow_config_id": null,
    "campaign_id": null,
    "sequence_id": null
}'

Tham số header

Tham số Body

Example response

{
    "data": {
        "total_credits": 81,
        "total_money": 0
    },
    "message": "Thành công",
    "code": 200
}

Cấu trúc thuộc tính data

Last updated