Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How the Plugchoice API communicates errors and HTTP status codes.
message
{ "message": "The given data was invalid." }
errors
{ "message": "The given data was invalid.", "errors": { "name": ["The name field is required."], "email": ["The email must be a valid email address."] } }
200
201
204
400
401
403
404
422
429
500
504
{ "message": "Unauthenticated." }
{ "message": "This action is unauthorized." }
{ "message": "Unable to communicate with the charger. Please check the connection and try again." }