Question

Getting - " no Route matched with those values " Error message

  • 13 October 2020
  • 1 reply
  • 541 views

POST /questions/ask?authorId=deepkandpal" HTTP/1.1
Host: api2-us-west-2.insided.com
Accept: application/json
Authorization: Bearer <access_token>
Content-Type: application/json
Cache-Control: no-cache

response status code = 404

Response 

{
    "message": "no Route matched with those values"
}

 

Thank You in advance

 


1 reply

Hi @deepkandpal apologies for the slow response here! So this one looks like an error in the url, the correct one for this POST call should be: https://api2-us-west-2.insided.com/v2/questions/ask with the /v2/ in the url.

 

Anyways hope you’ve got it working now!

Reply