Using sandbox against POST https://sandbox.api.portal.io/public/people --data-urlencode 'ContactType=Customer' \ --data-urlencode 'ContactCategory=Residential' \ --data-urlencode 'FirstName=Test' \ --data-urlencode 'LastName=Contact' \ --data-urlencode 'CompanyName=Test Company' \ --data-urlencode ' ContactEmail=test@example.com ' \ --data-urlencode 'ContactPhone=123-555-1234' I receive HTTP 200 Body of response is empty Using both the Application UI and GET / public/people?SearchText=test@example.com &PageSize=10&PageNumber= I can't find the person. From GET call above I receive { "people": [], "peopleCount": 0 } Any suggestions on what I might be doing wrong?