Learn how to generate and use API tokens for secure authentication with Release0’s protected endpoints.
Make.com Integration
).Authorization
header to all your HTTP calls. The Authorization
header should be formatted as follows: Authorization: Bearer <token>
(replace <token>
with the token you generated).
Note: Replace:agentId
with the specific Agent ID andmyAwesomeToken
with your API token.