Configure Content-Type:application/vnd.api+json When Setting Up an HTTP Request in Action Flow
Feb 20, 2026
Overview
When configuring an HTTP request in the Action flow, for Content Type, only application/json, application/x-www.form-urlencoded, and application/xml options are available. This article explains how to add application/vnd.api+json as the content type.
Applies To
- HTTP Request
- Actions
Solution
In the Headers section, please add:
Content-type: application/vnd.api+json
Please note the type is in lowercase in "Content-type." If "Content-Type" is spelled with an uppercase T, the request will not work.