Mappings
Invoke Mapping
Maps the provided JSON to a different shape according to the specified mapping definition.
POST
/
mappings
/
{id}
/
map
This functionality is available in a Stedi module. Contact us for details.
Authorizations
Authorization
string
headerrequiredAPI key authentication via the 'Authorization' header
Path Parameters
id
string
requiredQuery Parameters
validation_mode
enum<string>
Validation mode, when not provided - no validation of input and output is applied, for the 'strict' option JSON Schema validation is applied to the input JSON and the output JSON using source and target JSON Schema.
Available options:
strict
Body
application/json ยท any
The body of the request should be the JSON you want to map. It can take any shape as long as it is valid JSON.
Response
200 - application/json
example {"key": "value"}
Was this page helpful?