HTTP
Administrate uses HTTP as the transport for executing your GraphQL requests. Most requests will return a response with a 200 OK status code, with any GraphQL errors reported in the "errors" field. The exceptions to this are listed below.
Status Codes and Errors
-
200 OK
The HTTP request was successful, any errors with the GraphQL execution will be reported in the errors field.
-
401 Unauthorized
Authentication has failed, please check your credentials and try again.
-
500 Internal Server Error
An unexpected error occurred.