curl --request POST \ --url https://mappings.us.stedi.com/2021-06-01/mappings/{mappingId}/map \ --header "Authorization: ${STEDI_API_KEY}" \ --data '{ "myData": 1 }'
{ "mappedData": 2 }
Maps the provided JSON to a different shape according to the specified mapping definition.
Was this page helpful?