cancel
Showing results for 
Search instead for 
Did you mean: 

Northwind service is giving forbidden

nithinkrishna
Explorer
0 Kudos

Hi

I am using northwind service to get customers data in conversational AI. But its giving 403 FORBIDDEN Error.

Please help me regarding this.

Regards

charan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member667434
Active Participant
0 Kudos

I think it is. Can you publish the Odata response in text and verify.

You can read o-data something line this - {{api_service_response.Value.body.value[0]}}

Also, I hope while calling URL you are storing response in a Variable. Below screenshot may help. 🙂

odata-call.png

Thanks,

Ashutosh

JonasB
Contributor
0 Kudos

Hi Nithin,

can you please double check that you selected GET as the HTTP type of the API service configuration action?

As the default is POST and the northwind service returns 403 for POST requests, it might be that this is causing your issue.

Regards
Jonas

nithinkrishna
Explorer
0 Kudos

thanks for the suggestion,

now its not giving any error, in the logs of chatbot window its showing as shown in the attachement(chatbot.png).

does it means the api is executed properly?

Regards

nithin

JonasB
Contributor
0 Kudos

Yes. That means the API call was successful.

In order to display some result you have to use the {{api_service_response}} variable.