Receiving a 500 Internet Server Error message when using the Orders API on Postman can be caused by various factors. One common cause is having the password field filled in under the Authorization (Basic Auth) tab. To resolve this, remove the password field, enter your Planet API key in the username section, and click Send.
Use this method for authentication in Postman:
1. Select "Basic Auth"
2. Put API key as the Username
3. Leave password field blank
4. If you are saving queries, make sure to update them to also not include the password in the auth field
Comments
Article is closed for comments.