M

Make API

REST discovered

Details
URL
https://{zone}.make.com/api/v2
Docs
https://developers.make.com/api-documentation
Authentication
Make API token api_key discovered Get key ↗
Authorization: Token <credential>

Sign in to your Make account, open Profile, then use the API or API access tab to create a token with the scopes you need. Follow Creating API token for the step-by-step flow; Make notes that tokens are generated per zone and only shown once, so copy and store the token securely.

Make OAuth 2.0 client oauth2 discovered Set up OAuth ↗

Request OAuth client credentials through Make’s OAuth client registration form as described in Requesting an OAuth 2.0 client. Choose the API scopes your app needs and wait for Make to approve the request; on approval, Make issues a client_id and, for confidential clients, a client_secret. Authorization uses https://www.make.com/oauth/v2/authorize and token exchange uses https://www.make.com/oauth/v2/token.