Error codes and messsages from the Pocketflows API
{ "errors": [ { "path": "email", "message": "Email is invalid" }, ... ] }
For any errors, Pocketflows will return non-200 HTTP status codes and a JSON body with errors. The shape of the JSON blob is below.
Show properties
The path to the field that caused the error
A human-readable error message