Project endpoint returns unknown method

Greetings,

I’m new to pipedrive api and currently I am having a problem with the Projects endpoint: when trying to send a request via to get all projects it only returns me an “unknow method .” error:

I’m using the APIs collection forked to my postman, so far only this endpoint gives me this error. Does it requires an additional parameter or something?

Hi! It looks like you’re just missing /api from the URL. Please try to make the same request to https://fpftech.pipedrive.com/api/v1/projects?api_token=your_token

Thank you! The request is now working properly. Is there a reason why this endpoint needs this /api? The other such as Deals and Notes don’t seem to use it