Finding Your Access Token
Finding Your Access Token
Overview
The personal access token is used for API authentication.
Steps
1. Click your profile picture (top right)
2. Select Profile Settings
3. Scroll to Access Token section
4. 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:
1. Go to Profile Settings
2. Click Regenerate Token
3. Update all integrations