I'm attempting to create a url for the Yelp search API endpoint, but can't seem to get the parameters right. I'm pretty new at this, so this is probably a simplistic thing, but I can't find any tutorials on how to create the url.
I've created my API key, but again, the parameters are incorrect.
This is the url I have:
https://api.yelp.com/v3/businesses/search?accessToken=API_KEY&term=food
The JSON output I am recieving is this:
{"error": {"code": "VALIDATION_ERROR", "description": "Authorization is a required parameter.", "field": "Authorization", "instance": null}}
What is the correct url I should be using?