Setting up a new GET Request

Hi newbie here,

Iโ€™m trying to create a new GET request for one of our vendors, MRI. They provided me instruction sample below

:

API: MRI_S-PMRM_RMRents
Sample

GET https://example.mrisoftware.com/mriapiservices/api.asp?%24api=MRI_S-PMRM_RMRents&PROPERTYID=TESTPP HTTP/1.1
Accept: application/xml
Host: example.mrisoftware.com
Authorization: Basic [snip]

HTTP/1.1 200 OK
Cache-Control: no-store,no-cache,private
Content-Type: application/xml
Expires: Wed, 01 May 1996 00:00:00 GMT
Server: Microsoft-IIS/7.5
Link: http://example.mrisoftware.com/mriapiservices/api.asp?$api=MRI_S-PMRM_RMRents&PROPERTYID=TESTPP&$top=300&$skip=301; rel=โ€œnextโ€
X-Powered-By: ASP.NET
Date: Tue, 03 May 2016 14:00:37 GMT
Connection: close

<mri_s-pmrm_rmrents NextPageLink=โ€œhttps://example.mrisoftware.com/mriweb/mriapiservices/api.asp?$api=MRI_S-PMRM_RMRents&amp;PROPERTYID=TESTPP&amp;$top=300&amp;$skip=301โ€>

1000001

TESTPP
001
2015-07-08T00:00:00.0000000
2050-07-07T00:00:00.0000000
N
10
10.00
8.00
Y

0


<mri_s-pmrm_rmrents>

I attached the screenshots I have for request on Postman, but itโ€™s returning blank results. Can someone help me point out what I did wrong here? Thank you!

Hi @shannonhamid welcome to community.

Seeing the screenshot, it is throwing 401 unauthorised error which means the credentials you are providing in basic auth are invalid. Please check for valid username and password.

Hi @pranavdavar, thank you! Iโ€™ll check back with the Vendor regarding the credentials