zulip/templates/zerver/api/index.md
orientor d8ef853545 openapi: Make api-docs filename match with operationIds.
api docs filenames are basically the operationId of their endpoint
in zulip.yaml with `_` replaced by `-`. But some operationIds have
changed, so change the affected filenames. Make changes in other
files accordingly.
2020-06-18 22:38:05 -07: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.