Almost all endpoints will requrie authentication to ensure secure access.Supported Methods#
1.
API Key : Used for system 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 integration and application 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.
Error Handling#
401 Unauthorized
: Invalid or missing authentication.
403 Forbidden
: Insufficient permissions for the requested action. Modified at 2025-09-03 10:01:05