Cannot Call `api.make.com` from Inside Make Scenario (ConnectionError)

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.

:magnifying_glass_tilted_left: 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!

Welcome to the Make community!

Maybe this?

https://eu2.make.com/api/v2/user/usage

If you need further assistance, please provide the following:

  • link to the documentation for the API endpoint

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.