# Response Code

HTTP status code: Use standard HTTP response codes.

| status code | Note         |
| ----------- | ------------ |
| 200         | OK           |
| 201         | Created      |
| 401         | Unauthorized |
| 403         | Forbidden    |
| 404         | Not Found    |

Response body status code: (All codes except 200 indicate errors, and corresponding error descriptions will be returned.)

| status code | Note    |
| ----------- | ------- |
| 200         | success |
| 400         | error   |
