While attempting to return a list of submissions get_form_submissions(formID=xxxxx) from a form with no HIPAA fields, the entirety of the response I receive is:
{'isHIPAA': 1}
At this point I attempted to simply get_forms() - same response:
{'isHIPAA': 1}
Can I assume that HIPAA-enabled accounts cannot use the API?
While attempting to return a list of submissions
get_form_submissions(formID=xxxxx)from a form with no HIPAA fields, the entirety of the response I receive is:{'isHIPAA': 1}At this point I attempted to simply
get_forms()- same response:{'isHIPAA': 1}Can I assume that HIPAA-enabled accounts cannot use the API?