Connecting Yelp API

(Bryce Jurss) #1

I am having trouble connecting the Yelp API. It uses Bearer Authorization in order to access the endpoint. Do you recommend using a webhook or injecting code. The code I enter seems to continuously have errors but since I am unable to see where in the lines the error is, it is hard for me to guess. Is there an easy to implement a bearer authorization header to the webhook? I attempted to and it went through as Basic.

(Daniel Beckett) #2

@Bryce

A Webhook would likely be the best choice for this. You can specify headers in the request for Authorization. There’s an example of BEARER auth. being used in our tutorial for Using Flow XO with API.AI that might help.

1 Like