API Reference
Log In

Status codes

Modzy uses standard HTTP response codes to display the status of each request.

Status codeDescription
200 OKThe API processed the request successfully.
201 CreatedThe API created a new resource successfully.
202 AcceptedThe API accepted the request for an asynchronous process.
204 No ContentThe API accepted the request but doesn’t return content.
400 Bad RequestThe API doesn’t understand the request. Something is missing.
401 UnauthorizedThe API key is missing or misspelled.
403 ForbiddenThe API key doesn’t have the roles required to perform the request.
404 Not FoundThe API understands the request but a parameter is missing or misspelled.
500 Internal Server ErrorSomething went wrong on the server’s side.