Robuta

Sponsor of the Day: Jerkmate
https://xonsh.zulipchat.com/api/ Zulip API documentation Zulip's APIs allow you to integrate other services with Zulip. This guide should help you find the API you need: | And if you still need to build your own... zulip api documentation https://chat.zulip.org/api/delete-reminder Delete a reminder | Zulip API documentation DELETE https://chat.zulip.org/api/v1/reminders/{reminder_id} | Delete, and therefore cancel sending, a previously scheduled reminder. | Changes: New in Zulip... zulip api documentationdeletereminder https://chat.zulip.org/api/export-realm Create a data export | Zulip API documentation POST https://chat.zulip.org/api/v1/export/realm | Create a public or a standard data export of the organization. | Changes: Prior to Zulip 10.0 (feature level... zulip api documentationdata exportcreate https://chat.zulip.org/api/register-client-device Register a logged-in device | Zulip API documentation POST https://chat.zulip.org/api/v1/register_client_device | Logged-in mobile devices use this endpoint as an initial step to register themselves, before... zulip api documentationregisterloggeddevice https://xonsh.zulipchat.com/api/get-stream-id Get channel ID | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/get_stream_id | Get the unique ID of a given channel. | stream string required | The name of the channel to access. |... zulip api documentationget channelid https://zulip.com:443/api/dev-list-users List users (development only) | Zulip API documentation GET https://your-org.zulipchat.com/api/v1/dev_list_users | Get a list of all, non-bot users in a Zulip development server. This endpoint is used by mobile... zulip api documentationlist usersdevelopment https://xonsh.zulipchat.com/api/deactivate-own-user Deactivate own user | Zulip API documentation DELETE https://xonsh.zulipchat.com/api/v1/users/me | Deactivates the current user's account. See also the administrative endpoint for deactivating another... zulip api documentationdeactivateuser https://xonsh.zulipchat.com/api/update-realm-user-settings-defaults Update realm-level defaults of user settings | Zulip API documentation PATCH https://xonsh.zulipchat.com/api/v1/realm/user_settings_defaults | Change the default values of settings for new users joining the organization.... settings zulip apiupdaterealmleveldefaults https://xonsh.zulipchat.com/api/update-user-by-email Update a user by email | Zulip API documentation PATCH https://xonsh.zulipchat.com/api/v1/users/{email} | Administrative endpoint to update the details of another user in the organization by their email... zulip api documentationupdateuseremail https://chat.zulip.org/api/update-stream Update a channel | Zulip API documentation PATCH https://chat.zulip.org/api/v1/streams/{stream_id} | Configure the channel with the ID stream_id. This endpoint supports an organization administrator... channel zulip apiupdatedocumentation https://chat.zulip.org/api/register-push-device Register E2EE push device | Zulip API documentation POST https://chat.zulip.org/api/v1/mobile_push/register | Register a device to receive end-to-end encrypted mobile push notifications, or update such a... zulip api documentationregistere2eepushdevice https://xonsh.zulipchat.com/api/send-message Send a message | Zulip API documentation POST https://xonsh.zulipchat.com/api/v1/messages | Send a channel message or a direct message. | type string required | The type of message to be sent. | message zulip apisenddocumentation https://chat.zulip.org/api/update-scheduled-message Edit a scheduled message | Zulip API documentation PATCH https://chat.zulip.org/api/v1/scheduled_messages/{scheduled_message_id} | Edit an existing scheduled message. | Changes: New in Zulip 7.0 (feature level... message zulip apieditscheduleddocumentation https://xonsh.zulipchat.com/api/client-libraries Client libraries | Zulip API documentation These API client libraries make it easy to work with Zulip's REST API in your favorite language. | These libraries are maintained by members of the Zulip core... zulip api documentationclient libraries https://chat.zulip.org/api/mute-topic Topic muting | Zulip API documentation PATCH https://chat.zulip.org/api/v1/users/me/subscriptions/muted_topics | Mute or unmute a topic within a channel that the current user is subscribed to. |... zulip api documentationtopicmuting https://xonsh.zulipchat.com/api/update-profile-data Update your profile data | Zulip API documentation PATCH https://xonsh.zulipchat.com/api/v1/users/me/profile_data | Update the current user's profile data for one or more of the custom profile fields configured... zulip api documentationprofile dataupdate https://zulip.com/api/remove-attachment Delete an attachment | Zulip API documentation DELETE https://your-org.zulipchat.com/api/v1/attachments/{attachment_id} | Delete an uploaded file given its attachment ID. | Note that uploaded files that... zulip api documentationdeleteattachment https://chat.zulip.org/api/group-setting-values Group-setting values | Zulip API documentation Settings defining permissions in Zulip are increasingly represented using user groups, which offer much more flexible configuration than the older roles... zulip api documentationgroup settingvalues https://xonsh.zulipchat.com/api/get-stream-email-address Get channel's email address | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/streams/{stream_id}/email_address | Get email address of a channel. | Note that only users with permission to post... email address zulipget channelapi documentation https://xonsh.zulipchat.com/api/group-setting-values Group-setting values | Zulip API documentation Settings defining permissions in Zulip are increasingly represented using user groups, which offer much more flexible configuration than the older roles... zulip api documentationgroup settingvalues https://xonsh.zulipchat.com/api/get-message Fetch a single message | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/messages/{message_id} | Given a message ID, return the message object. | Additionally, a raw_content field is included.... message zulip apifetchsingledocumentation https://chat.zulip.org/api/get-read-receipts Get a message's read receipts | Zulip API documentation GET https://chat.zulip.org/api/v1/messages/{message_id}/read_receipts | Returns a list containing the IDs for all users who have marked the message as read... read receipts zulipapi documentationgetmessage https://chat.zulip.org/api/get-streams Get all channels | Zulip API documentation GET https://chat.zulip.org/api/v1/streams | Get all channels that the user has access to. | include_public boolean optional | Include all public channels. |... zulip api documentationgetchannels https://chat.zulip.org/api/check-messages-match-narrow Check if messages match a narrow | Zulip API documentation GET https://chat.zulip.org/api/v1/messages/matches_narrow | Check whether a set of messages match a narrow. | For many common narrows (e.g. a topic), clients... zulip api documentationcheckmessagesmatchnarrow https://xonsh.zulipchat.com/api/get-user-channels Get a user's subscribed channels | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/users/{user_id}/channels | Gets the list of channels that the target user is subscribed to. | The channel security model... zulip api documentationgetusersubscribedchannels https://chat.zulip.org/api/get-events Get events from an event queue | Zulip API documentation GET https://chat.zulip.org/api/v1/events | This endpoint allows you to receive new events from a registered event queue. | Long-lived clients should use the... zulip api documentationget eventsqueue https://chat.zulip.org/api/create-drafts Create drafts | Zulip API documentation POST https://chat.zulip.org/api/v1/drafts | Create one or more drafts on the server. These drafts will be automatically synchronized to other clients via... zulip api documentationcreatedrafts https://xonsh.zulipchat.com/api/get-reminders Get reminders | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/reminders | Fetch all reminders for the current user. | Reminders are messages the user has scheduled to be sent in the... zulip api documentationgetreminders https://zulip.com/api/edit-saved-snippet Edit a saved snippet | Zulip API documentation PATCH https://your-org.zulipchat.com/api/v1/saved_snippets/{saved_snippet_id} | Edit a saved snippet for the current user. | Changes: New in Zulip 10.0... zulip api documentationeditsavedsnippet https://chat.zulip.org/api/register-queue Register an event queue | Zulip API documentation POST https://chat.zulip.org/api/v1/register | This powerful endpoint can be used to register a Zulip zulip api documentationevent queueregister https://xonsh.zulipchat.com/api/add-realm-domain Add an allowed domain | Zulip API documentation POST https://xonsh.zulipchat.com/api/v1/realm/domains | Add a domain to the set of allowed domains configured in the organization for user account email... zulip api documentationaddalloweddomain https://xonsh.zulipchat.com/api/get-presence Get presence of all users | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/realm/presence | Get the presence information of all the users in an organization. | If the... zulip api documentationgetpresenceusers https://xonsh.zulipchat.com/api/get-subscription-status Get subscription status | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/users/{user_id}/subscriptions/{stream_id} | Check whether a user is subscribed to a channel. | Changes: Prior to Zulip... status zulip apigetsubscriptiondocumentation https://chat.zulip.org/api/subscribe Subscribe to a channel | Zulip API documentation POST https://chat.zulip.org/api/v1/users/me/subscriptions | Subscribe one or more users to one or more channels. | If any of the specified channels do not... channel zulip apisubscribedocumentation https://chat.zulip.org/api/get-stream-email-address Get channel's email address | Zulip API documentation GET https://chat.zulip.org/api/v1/streams/{stream_id}/email_address | Get email address of a channel. | Note that only users with permission to post messages... email address zulipget channelapi documentation https://xonsh.zulipchat.com/api/add-linkifier Add a linkifier | Zulip API documentation POST https://xonsh.zulipchat.com/api/v1/realm/filters | Configure linkifiers, regular expression patterns that are automatically linkified when they appear in... zulip api documentationaddlinkifier https://xonsh.zulipchat.com/api/add-default-stream Add a default channel | Zulip API documentation POST https://xonsh.zulipchat.com/api/v1/default_streams | Add a channel to the set of default channels for new users joining the organization. | stream_id... channel zulip apiadddefaultdocumentation https://xonsh.zulipchat.com/api/get-server-settings Get server settings | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/server_settings | Fetch global settings for a Zulip server. | Note: this endpoint does not require any authentication at... settings zulip apigetserverdocumentation https://arks-org.zulipchat.com/api/ Zulip API documentation Zulip's APIs allow you to integrate other services with Zulip. This guide should help you find the API you need: | And if you still need to build your own... zulip api documentation https://xonsh.zulipchat.com/api/send-invites Send invitations | Zulip API documentation POST https://xonsh.zulipchat.com/api/v1/invites | Send invitations to specified email addresses. | Changes: In Zulip 6.0 (feature level 126), the... zulip api documentationsendinvitations https://chat.zulip.org/api/get-user-presence Get a user's presence | Zulip API documentation GET https://chat.zulip.org/api/v1/users/{user_id_or_email}/presence | Get the presence status for a specific user. | This endpoint is most useful for embedding... zulip api documentationgetuserpresence https://xonsh.zulipchat.com/api/get-user-status Get a user's status | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/users/{user_id}/status | Get the status currently set by a user in the organization. | Changes: New in Zulip 9.0... status zulip apigetuserdocumentation https://chat.zulip.org/api/update-message Edit a message | Zulip API documentation PATCH https://chat.zulip.org/api/v1/messages/{message_id} | Update the content, topic, or channel of the message with the specified ID. | You can resolve... message zulip apieditdocumentation https://chat.zulip.org/api/add-alert-words Add alert words | Zulip API documentation POST https://chat.zulip.org/api/v1/users/me/alert_words | Add words (or phrases) to the user's set of configured alert words. | alert_words (string)[] required... zulip api documentationaddalertwords https://zulip.com/api/create-custom-profile-field Create a custom profile field | Zulip API documentation POST https://your-org.zulipchat.com/api/v1/realm/profile_fields | Create a custom profile field in the user's organization. | name string optional | The name... zulip api documentationcustom profilecreatefield https://zulip.com:443/api/update-channel-folder Update a channel folder | Zulip API documentation PATCH https://your-org.zulipchat.com/api/v1/channel_folders/{channel_folder_id} | Update the name or description of a channel folder with the specified ID. |... zulip api documentationupdatechannelfolder https://chat.zulip.org/api/get-drafts Get drafts | Zulip API documentation GET https://chat.zulip.org/api/v1/drafts | Fetch all drafts for the current user. | This endpoint does not accept any parameters. | count: integer | The number... zulip api documentationgetdrafts https://xonsh.zulipchat.com/api/check-messages-match-narrow Check if messages match a narrow | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/messages/matches_narrow | Check whether a set of messages match a narrow. | For many common narrows (e.g. a topic),... zulip api documentationcheckmessagesmatchnarrow https://zulip.com/api/update-settings Update settings | Zulip API documentation PATCH https://your-org.zulipchat.com/api/v1/settings | This endpoint is used to edit the current user's settings. | When invoked by a realm admin, it supports... settings zulip apiupdatedocumentation https://julialang.zulipchat.com/api/ Zulip API documentation Zulip's APIs allow you to integrate other services with Zulip. This guide should help you find the API you need: | And if you still need to build your own... zulip api documentation https://chat.zulip.org/api/add-linkifier Add a linkifier | Zulip API documentation POST https://chat.zulip.org/api/v1/realm/filters | Configure linkifiers, regular expression patterns that are automatically linkified when they appear in... zulip api documentationaddlinkifier https://xonsh.zulipchat.com/api/update-user-group Update a user group | Zulip API documentation PATCH https://xonsh.zulipchat.com/api/v1/user_groups/{user_group_id} | Update the name, description or any of the permission settings of a user group. | This... user group zulipapi documentationupdate https://xonsh.zulipchat.com/api/get-message-history Get a message's edit history | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/messages/{message_id}/history | Fetch the message edit history of a previously edited message. | Note that edit history... zulip api documentationedit historygetmessage https://zulip.com/api/ Zulip API documentation Zulip's APIs allow you to integrate other services with Zulip. This guide should help you find the API you need: | And if you still need to build your own... zulip api documentation https://chat.zulip.org/api/set-typing-status Set "typing" status | Zulip API documentation POST https://chat.zulip.org/api/v1/typing | Notify other users whether the current user is typing a message. | Clients implementing Zulip's typing... status zulip apisettypingdocumentation https://chat.zulip.org/api/get-server-settings Get server settings | Zulip API documentation GET https://chat.zulip.org/api/v1/server_settings | Fetch global settings for a Zulip server. | Note: this endpoint does not require any authentication at all,... settings zulip apigetserverdocumentation https://xonsh.zulipchat.com/api/get-saved-snippets Get all saved snippets | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/saved_snippets | Fetch all the saved snippets for the current user. | Changes: New in Zulip 10.0 (feature level 297). |... zulip api documentationgetsavedsnippets https://manyverse.zulipchat.com/api/ Zulip API documentation Zulip's APIs allow you to integrate other services with Zulip. This guide should help you find the API you need: | And if you still need to build your own... zulip api documentation https://xonsh.zulipchat.com/api/create-custom-profile-field Create a custom profile field | Zulip API documentation POST https://xonsh.zulipchat.com/api/v1/realm/profile_fields | Create a custom profile field in the user's organization. | name string optional | The name of... zulip api documentationcustom profilecreatefield https://chat.zulip.org/api/update-status Update your status | Zulip API documentation POST https://chat.zulip.org/api/v1/users/me/status | Change your status. | A request to this endpoint will only change the parameters passed. For example,... status zulip apiupdatedocumentation https://chat.zulip.org/api/get-messages Get messages | Zulip API documentation GET https://chat.zulip.org/api/v1/messages | This endpoint is the primary way to fetch a messages. It is used by all official Zulip clients (e.g. the web,... zulip api documentationgetmessages https://chat.zulip.org/api/upload-file Upload a file | Zulip API documentation POST https://chat.zulip.org/api/v1/user_uploads | Upload a single file and get the corresponding URL. | Initially, only you will be able to access the link. To... zulip api documentationuploadfile https://xonsh.zulipchat.com/api/delete-saved-snippet Delete a saved snippet | Zulip API documentation DELETE https://xonsh.zulipchat.com/api/v1/saved_snippets/{saved_snippet_id} | Delete a saved snippet. | Changes: New in Zulip 10.0 (feature level 297). |... zulip api documentationdeletesavedsnippet https://chat.zulip.org/api/create-user-group Create a user group | Zulip API documentation POST https://chat.zulip.org/api/v1/user_groups/create | Create a new user group. | name string required | The name of the user group. | description string... user group zulipapi documentationcreate https://xonsh.zulipchat.com/api/get-subscribers Get channel subscribers | Zulip API documentation GET https://xonsh.zulipchat.com/api/v1/streams/{stream_id}/members | Get all users subscribed to a channel. | Changes: Before Zulip 12.0 (feature level 480),... zulip api documentationget channelsubscribers https://chat.zulip.org/api/message-formatting Message formatting | Zulip API documentation Zulip supports an extended version of Markdown for messages, as well as some HTML level special behavior. The Zulip help center article on message formatting... zulip api documentationmessage formatting