Generate authentication tokens for the ContactsManager SDK
Claim | Description |
---|---|
org_id | Your organization ID |
api_key | Your ContactsManager API key |
user_id | The unique identifier for the user |
jti | A unique token identifier (UUID) |
iat | Token issued at timestamp |
exp | Token expiration timestamp |
contactsmanager
package for easy token generation.Variable | Description |
---|---|
CM_API_KEY | Your ContactsManager API key |
CM_API_SECRET | Your ContactsManager API secret |
CM_ORGANIZATION_ID | Your organization ID |