mirror of https://github.com/zulip/zulip.git
9 lines
127 B
Markdown
9 lines
127 B
Markdown
|
A typical failed JSON response for when the API key is invalid:
|
||
|
|
||
|
```
|
||
|
{
|
||
|
'msg':'Invalid API key',
|
||
|
'result':'error'
|
||
|
}
|
||
|
```
|