Last updated
© 2025 make.com
Last updated
Make API uses authentication tokens to authenticate requests. You must include your authentication token in the headers of all requests that you send to the API.
Generate and manage API tokens from your profile in the Make interface.
If you have access to multiple Make zones, generate separate tokens for each of them.
Sign in to Make and click your avatar at the bottom-left corner of the page.
Click Profile.
Open the API tab.
Click Add token.
In the Add token dialog, do the following:
Label: type a custom name for your token that will help you recognize what the token is used for
Scopes: select the scopes you need for working with API resources. For more information about scopes, refer to .
Click Save.
Make generates your token. Copy it and store it in a safe place.
Do not share your token with anyone!
Once you leave the Profile section, parts of your token will be hidden for security reasons. You won't be able to see or copy your token again.
With an active token, you are ready to make API calls. For more details, refer to the section.