Finding Your Access Token
Overview
The personal access token is used for API authentication.
Steps
- Click your profile picture (top right)
- Select Profile Settings
- Scroll to Access Token section
- Click Copy to copy your token
Security
- Keep your token secret
- Never share in public
- Rotate if compromised
- Use environment variables
Using the Token
Include in API requests:
curl -H "api_access_token: YOUR_TOKEN" \
https://your-kulpunai.com/api/v1/accounts/1/conversations
Regenerating Token
If compromised:
- Go to Profile Settings
- Click Regenerate Token
- Update all integrations