REST API Post Raw Text Body

I’m working with a couple APIs that need the body of the POST to be in text form, not JSON. Is there any way to accomplish that in intuiface either with API explorer or otherwise?

Hey Matt,

I see your post here and you already got my answer in direct emails.
For other community users, this is being fixed right now in API Explorer and will be released soon :wink:
The key is to add a “Content-Type” header with “text/plain” as a value.

1 Like