Almost all endpoints will requrie authentication to ensure secure access.Supported Methods#
1.
API Key : Used for system API endpoints. Include an X-API-Key
header with the key.
Key is found in community settings > Login Management > API key

Each community has only one such key, which grants full permissions for all system endpoints.
2.
Bearer token: Used for Application and Intergration API endpoints. Include an Authorization
header with the format Bearer YOUR_TOKEN
.
Token is found in community settings > Integration > API key

API keys must be created by admins. Each key can have unique permissions and an expiration date.
Individual endpoints require specific permissions, which are documented in their respective sections.
3.
User API key: Used for User Api endpoints.
Include an Authorization
header with the format Bearer YOUR_TOKEN
.
Token is found in user prefernces > API keys
Error Handling#
401
: Insufficient permissions for the requested action/ Invalid token. Modified at 2025-09-11 08:23:03