zulip/templates/zerver/help/include/invalid-api-key-json-respon...

9 lines
127 B
Markdown

A typical failed JSON response for when the API key is invalid:
```
{
'msg':'Invalid API key',
'result':'error'
}
```