We should use: - `200` if OK - `404` if API error (or malformed) - `500` for internal errors (we should not say that we have problems getting a connector or things like that) - `4xx` for other cases (`405 not allowed`) @frsela?
We should use:
200if OK404if API error (or malformed)500for internal errors (we should not say that we have problems getting a connector or things like that)4xxfor other cases (405 not allowed)@frsela?