I am reading the following API documentation: https://iextrading.com/developer/docs/
They say that " All endpoints are prefixed with: https://api.iextrading.com/1.0
To pass parameters: ?symbols=fb
So if I understand correctly my final GET url should be:
https://api.iextrading.com/1.0?symbols=fb
If I use that in POSTMAN it returns “Not Found”
Am I understanding the documentation correctly?