make

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name MAKE_TOKEN or zero doctor check-connector --url https://eu1.make.com/api/v2/users/me --method GET

How to Use

All examples below assume you have MAKE_TOKEN set. Authentication uses Token scheme in the Authorization header.

1. Get Current User Info

Retrieve information about the authenticated user.

curl -s "https://eu1.make.com/api/v2/users/me" --header "Authorization: Token $MAKE_TOKEN" | jq .

2. List Organizations

Retrieve all organizations the user belongs to.

Installs
40
GitHub Stars
65
First Seen
Mar 12, 2026
make — vm0-ai/vm0-skills