Files
zulip/api_docs/index.md
Lauryn Menard dbacc00f0f api-docs: Move markdown files to top level directory.
- Updates `.prettierignore` for the new directory.
- Updates any reference to the API documentation directory for
  markdown files to be `api_docs/` instead of `zerver/api/`.
- Removes a reference link from `docs/documentation/api.md` that
  hasn't referenced anything in the text since commit 0542c60.
- Update rendering of API documentation for new directory.
2023-02-02 17:25:40 -08:00

1.3 KiB

The Zulip API

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 integration with Zulip, check out the full REST API, generally starting with installing the API client bindings.

In case you already know how you want to build your integration and you're just looking for an API key, we've got you covered here.