Creating API token

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.

1

Sign in to Make and click your avatar at the bottom-left corner of the page.

2

Click Profile.

3

Open the API tab.

Choose API
4

Click Add token.

Add token
5

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 Make roles and API scopes.

6

Click Save.

Make generates your token. Copy it and store it in a safe place.

With an active token, you are ready to make API calls. For more details, refer to the Getting started section.

Last updated