Answered

API 404 Error

  • 5 February 2023
  • 2 replies
  • 22 views

Hi, 

I am following the instructions in the API reference, but Postman says 404 not found. What am I doing wrong? 

 

icon

Best answer by mathio 6 February 2023, 21:51

View original

2 replies

Userlevel 7
Badge +5

@mathio do you happen to know what might cause this error? 

Userlevel 7
Badge +5

Hi @chrissmithhill 

it works for me:

curl https://api.typeform.com/me -H "Authorization: Bearer $TF_TOKEN" -H "application/json"

I see there is a “return” symbol in the URL in your screenshot. Any chance this is just a bad copy-paste from somewhere and you also copied the trailing new line character into your postman?

Reply