EFront API not responding (cURL)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022
05:24 AM
08-01-2022
05:24 AM
EFront API not responding (cURL)
I want to test the API and request the all users. My code is the following:
curl -X "GET" ^
"https://virtserver.swaggerhub.com/Epignosis/Efront-API/1.0.0/Users" ^
-H "accept: application/json" ^
-H "Authorization: Basic myToken"
and i don't know why the API is not responding.
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022
05:35 AM
08-01-2022
05:35 AM
Authorization should be Bearer not Basic.
what response are you getting ?
——-
Micheál Higgins
Senior Solutions Architect
m: micheal.higgins@smartbear.com
Micheál Higgins
Senior Solutions Architect
m: micheal.higgins@smartbear.com
