- Topics (Zenzap term for group chats/channels/conversations) are used to create and manage conversations with your team. Topics are used to group messages and tasks together.
- Messages are used to send and receive messages with your team.
- Tasks are used to create and manage tasks with your team.
- Members are used to manage your team members.
- API keys are used to authenticate your requests to the Zenzap API. API keys are created and managed by the Zenzap admin user.
- Static API key — long-lived key signed with HMAC-SHA256 on every request.
- OAuth 2.0 client credentials — short-lived bearer tokens minted from
clientId+clientSecret.
/v2/* endpoints — see Authentication for both flows side by side.