Discussions

Ask a Question
Back to All

Test REST API?

I'm completely unfamiliar with iMIS and have been reading over the documentation and other questions here. To get an understanding on the REST API, I'd like to make some calls via Postman. From the discussion at https://developer.imis.com/discuss/5cf83ceda1dde9001f1af82c it seems like the following HTTP request would get a new token from the test API:

POST /Asi.Scheduler_SDKDemo/Token HTTP/1.1
Host: testapicloud.imis.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 54

username=demouser&password=demo123&grant_type=password

However, this returns a 500 Internal Server Error with the message "Server Error in '/' Application." Note that I am a third party working with an iMIS customer to pull data from iMIS, so I have no credentials at this point.