I can't connect to my site via API Rest

Question:
I’m trying to make a request via API, but it shows me error 500

Product:
REST API & WIX Studio

What are you trying to achieve:
I’m trying to make a request via API from postman but it shows me a 500 error.
In the headers I send the wix-account-id, wix-site-id and Authorization
The request I’m trying to make is: GET https://www.wixapis.com/blog//v3/draft-posts

What have you already tried:

  • I have tried with another account to check if it is an error in the parameters I am sending and in that other account it works.
  • I created a different token to see if it was a problem with the token.
  • I verified that the credentials were correct

Additional information:
This is the error:

You have an extra / in your endpoint between blog and v3, see if fixing that is the issues

1 Like