Jump to Content
Heartbeat
API Reference
v1.0

Log InHeartbeat
API Reference
Log In
v1.0API Reference

Heartbeat API

  • Authentication
  • Request limits
  • Rich Text
  • Webhooks
  • users
    • /users/{userID}get
    • /users/reactivatepost
    • /usersget
    • /usersput
    • /userspost
    • /usersdel
    • /find/usersget
    • /pendingUserput
    • /notificationsget
  • channels
    • /channelCategoriesget
    • /channelCategoriesput
    • /channelCategories/{channelCategoryID}post
    • /channelCategories/{channelCategoryID}del
    • /channelsget
    • /channelsput
    • /channels/{channelID}post
    • /channels/{channelID}del
    • /channels/{channelID}/threadsget
    • /threads/{threadID}get
    • /threadsput
    • /commentsput
  • events
    • /eventsget
    • /eventsput
    • /events/{eventID}get
    • /events/{eventID}/instancesget
    • /events/{eventID}/attendanceget
  • invitations
    • /invitationsget
    • /invitationsput
    • /invitations/{invitationID}post
  • roles
    • /rolesget
  • groups
    • /groupsget
    • /groupsput
    • /groups/{groupID}get
    • /groups/{groupID}post
    • /groups/{groupID}del
    • /groups/{groupID}/membershipsput
    • /groups/{groupID}/membershipsdel
  • voice
    • /voiceChannelsput
    • /voiceChannels/{voiceChannelID}post
  • messages
    • /directChatsput
    • /directMessagesput
    • /directMessages/{chatID}get
    • /chatChannel/{channelID}/messageput
  • webhooks
    • /webhooksget
    • /webhooksput
    • /webhooks/{webhookID}del
  • courses
    • /coursesget
    • /lessons/{lessonID}get
    • /lessons/{lessonID}post
    • /lessonsput
    • /videosget
  • documents
    • /documentsget
    • /documents/{documentID}get
Powered by 

Authentication

All API endpoints require an API key to be accessed. The "Authorization" header for all requests needs have the following format:

Bearer <API_KEY>
Advertisement