Skip to main content
Skip table of contents

Troubleshooting⠀

You can quickly troubleshoot REST API issues and identify the main points of failure by answering the questions in the following checklist, and verifying using an HTTP client, for example Postman.

1. Is the URL correct?

Making sure you are calling the right IP/hostname and using the right protocol is a good first check to see if somethings wrong.

2. Is the endpoint path right?

Checking the endpoint you are calling and making sure it is typed correctly with no errors is another frequent mistake. For more information, see API Endpoints.

3. Is the authorization header valid?

Ensure that you are using the right header in the request you are making to the MyQ server. To see examples of valid headers, see Authentication Methods⠀.

4. Does the API user have feature access?

Check if you are using a token with the right scopes for the job. If you are using a token with a user login also make sure that the user has rights.

5. Are you passing the right parameters?

The best way to make sure you are sending the right data is to check the definition and to see if everything is correct.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.