You can view the logs of your Pocket Developer request by logging in to your account and navigating to My Account > View PDev Logs. To review the specific information for the call, click the plus sign to reveal the full response code and the parameters that were received by the plugn. This can help you diagnose the issue.
Use the dropdown fields to filter your logs by App, Plugin, Dates, or Status. There are three status groups, as follows:
200: OK
The call went through successfully.
300: Multiple Choices
This POST was successful, but something was not able to be updated. For example, if no Opportunity was found to be moved, StageMoves would return 300. Or if an incorrect field database name is used, AnyText will return 300. Errors of this sort may result in only part of the data being put through, or none of the data, depending on the error.
400: Bad Request
This means that the POST was not successful for a specific reason. This should come with a more specific error message in the response code, depending on the plugin. For instance, if you AnyDate receives data that is not a date or a date string, it will return 400. Also, if the plugin fails to connect to Infusionsoft to finish processing, it will return 400.