Using the response
Every request returns an HTTP status code that indicates the success of the response.
-
200. Successful operation.
-
204. No content.
-
400. Bad Request.
-
401. Not Authorized.
-
404. The specified resource could not be found.
Many operations return a response body. Unless otherwise specified, the response body is in JSON format.