Complete guide to integrate with our powerful automation platform
Go to your account settings and generate an API key from the "API & Integrations" section.
fetch('http://localhost:8000/api/user/profile', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
})
.then(response => response.json())
.then(data => console.log(data));/api/loginAuthenticate user and get access token
/api/logoutRevoke access token and logout
Configure webhook URLs in your API settings to receive real-time notifications for: