Hi all — I’m trying to create a scenario that uses the Make API to fetch my current operation usage (from /v2/user/usage
) as part of a system monitoring tool.
I’m using an HTTP module with:
GET https://api.eu2.make.com/v2/user/usage
Authorization: Bearer [my API token]
(Tried both the EU and global endpoints depending on my workspace)
But every time I run it, I get this error:
ConnectionError: Service is not reachable
The token is valid (generated from my profile under https://eu2.make.com/user/api
) and works fine in Postman, but fails when the request is made inside Make.
Is it not possible to call Make’s own API from within a scenario?
If so — is there a workaround to access my own usage stats within Make?
Thanks in advance!