Files
zulip/api_docs/index.md
Shubham Padia 40dedace08 integrations: Change URL scheme for categories and /doc/ page.
We redirect existing URLs to the new URLs. We want to use
`/integrations/category/{category_slug}` for categories and
`/integrations/{integration_name}` instead of
`/integrations/doc/{integration_name}` for individual integrations page.
2025-11-07 13:29:34 -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.