Hi,
I am using both ARC and Postman to test the REST API, but I keep getting the same error message. I have my access token, which I know works because I don’t get the “Developer Inactive” message, but I’m not sure what else I’m missing.
The message I keep getting is “We’re sorry but this site doesn’t work properly without JavaScript enabled. Please enable it to continue.”
In my header, I have:
authorization = [access token]
accept = application/json, /
hsot = api.infusionsoft.com
I’ve also tried using the access token within the URL (?access_token=[access_token])
They all return the same response.
Any idea what is going on?