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

127 B

A typical failed JSON response for when the API key is invalid:

{
    'msg':'Invalid API key',
    'result':'error'
}