Make Consumption API

I want to gain better visibility of my usage / consumption in Make as I’m unable to see at a glance scenario activity.

I see that MAKE’s own API allows you to get the consumption figures

https://www.make.com/en/api-documentation/scenarios-consumptions-get

but the MAKE application doesn’t have this API call available.

HAs anyone else successfully created an HTTP call to obtain this?

fixed it - whilst its missing from the MAKE application it’s easy enough to make the HTTP request, I’d made a mistake on how I was passing the Token in the Authentication in the header, it should be

Header
Authorization: Token 12345678-1234-1234-1234-124

2 Likes

Make sure your tokens have the correct scopes and set up correctly according to https://www.make.com/en/api-documentation/getting-started

2 Likes

Hey Sam,

YEs it’s all working actually but I created an HTTP request as I couldn’t see List Scenario Consumption in the make application but from the screen shot you provided it looks like you have it listed! Could you show me a screen shot of the list of API calls that are available for with your MAKE application?

oh I see you use the connection and just choose Make an API Call ! gotcha!

2 Likes