Skip to main content

Community

Other: MAR information API

Please sign in to leave a comment.

Comments

3 comments

  • Official comment

    Hi Keaton,

    Thank you for your request! Can you share more on your use case. What problem are your trying to solve? I am especially curious to learn if Fivetran log connector would be a solve for your use-case.

    Shira 

     

    we need this 

    I am trying to fetch the usage cost details through python to efficiently notify through slack. Would like to know the exact endpoint to fetch the details. or some Document on billing API.

    Below are my findings:
    '/account/info'
    Billing data: {'code': 'Success', 'data': {'account_id': 'MYACCOUNT', 'user_id': 'USERNAME', 'system_key_id': None}}

    '/account/usage'
    Error fetching usage data: {"code":"NotFound","message":"HTTP 404 Not Found"}