Forum Discussion

JulianW's avatar
JulianW
New Member
2 years ago

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" ^ ...