mirror of https://github.com/zulip/zulip.git
29 lines
500 B
Markdown
29 lines
500 B
Markdown
|
# Fetch an API key (production)
|
||
|
|
||
|
{generate_api_description(/fetch_api_key:post)}
|
||
|
|
||
|
## Usage examples
|
||
|
|
||
|
{start_tabs}
|
||
|
{tab|curl}
|
||
|
|
||
|
{generate_code_example(curl)|/fetch_api_key:post|example}
|
||
|
|
||
|
{end_tabs}
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
{generate_api_arguments_table|zulip.yaml|/fetch_api_key:post}
|
||
|
|
||
|
## Response
|
||
|
|
||
|
### Return values
|
||
|
|
||
|
{generate_return_values_table|zulip.yaml|/fetch_api_key:post}
|
||
|
|
||
|
### Example response
|
||
|
|
||
|
A typical successful JSON response may look like:
|
||
|
|
||
|
{generate_code_example|/fetch_api_key:post|fixture(200)}
|