Errors
Fishbowl uses standard HTTP response codes to indicate the status of the API request. 200 range response codes mean success. 400 range response codes mean failure.
Most errors will return a user friendly explanation of the error cause.
HTTP STATUS CODES
200 - OK | Everything worked. |
---|---|
400 - Bad Request | Could not accept the request. Possibly a missing required parameter. |
401 - Unauthorized | Invalid session key or login credentials. |
402 - Request Failed | The parameters were valid but the request failed. |
403 - Forbidden | The current user did not have the required access rights. |
404 - Not Found | The path does not exist. |
500 - Server Error | An error occurred on Fishbowl's end. |