Postman Api Call not getting a response, what am i doing wrong?
Below is my postman code however i'm not getting a response, what am i doing wrong?
I'm on a trial version if that makes any difference.
GET //api.ninoxdb.de/v1/teams HTTP/1.1
Host: GET https:
Content-Type: application/json
Authorization: Bearer thisiswheremykeyis
cache-control: no-cache
Postman-Token: 355ff943-d9af-4006-a1a1-11a35070135f
4 replies
-
Hmm.. Mine is working.. Your "host" looks strange... what does your postman screen look like?
-
Hi, i think something is wrong with my postman application at the moment it keeps crashing when i press send on the request however I had made a few errors compared to yours, i had placed the authorisation as a bearer token under authorisation, also i put Content _Type wheras you have it as Content-type since the post I managed to get the api working using https://insomnia.rest/ thankyou for your help
-
It was crasing because i put (GET https://api.ninoxdb.de/v1/teams) in the GET request instead of just https://api.ninoxdb.de/v1/teams
Managed to get it working now.
Maybe use full to put a postman screenshot in the docs for people like me who are not so advanced. -
@Paul... glad the screen shot helped.. :)
Content aside
- 5 yrs agoLast active
- 4Replies
- 1670Views