Get monthly analysis .

GET

Request

/analyses/{account_id}/monthlies

Response

{
    "result": "success",
    "status": 200,
    "meta": {
        "count": 2,
        "limit": 1000,
        "order": "desc",
        "last_id": 29
    },
    "data": [
        {
            "id": 29,
            "created_at": "2021-03-09T12:58:59.000000Z",
            "updated_at": "2021-03-17T11:06:04.000000Z",
            "account_id": 12345,
            "date": "2021-03-01",
            "growth": 10.94
        },
        .....more monthlies.....
   ]
}

Stay in the loop..

Sign up to our newsletter to keep up-to-date.