zulip/api_docs
Alessandro Toppi ff89590558 auth: Add JWT-based user API key fetch.
This adds a new endpoint /jwt/fetch_api_key that accepts a JWT and can
be used to fetch API keys for a certain user. The target realm is
inferred from the request and the user email is part of the JWT.

A JSON containing an user API key, delivery email and (optionally)
raw user profile data is returned in response.
The profile data in the response is optional and can be retrieved by
setting the POST param "include_profile" to "true" (default=false).

Co-authored-by: Mateusz Mandera <mateusz.mandera@zulip.com>
2023-02-03 15:23:35 -08:00
..
include
api-doc-template.md
api-keys.md
changelog.md
client-libraries.md
configuring-python-bindings.md
construct-narrow.md
create-stream.md
deploying-bots.md
incoming-webhooks-overview.md
incoming-webhooks-walkthrough.md
index.md
installation-instructions.md
integrations-overview.md
mark-all-as-read.md
missing.md
non-webhook-integrations.md
outgoing-webhooks.md
real-time-events.md
rest-error-handling.md
rest.md
roles-and-permissions.md
running-bots.md
send-message.md
sidebar_index.md
writing-bots.md