Learn
Help
Socials
© 2025 make.com
Last updated 18 hours ago
Gets the list of all of the existing user API token scopes. For more information about the user API scopes refer to the .
Successful response
const response = await fetch('https://eu1.make.com/api/v2/enums/user-api-token-scopes', { method: 'GET', headers: {}, }); const data = await response.json();
{ "userApiTokenScopes": [ { "name": "text" } ] }