Execute Your JSON to JSON Data Mapping Profile
In this section you will execute your JSON to JSON Data Mapping Profile
- Using Postman provide the following headers in your request
- api-key - Unique Agilit-e Generated API Key
- profile-key - json2json (Profile Key of the Data Mapping Profile)
- Content-Type: application/json
Regarding API Keys
Note: You will need to create an API Key, as mentioned earlier in the API Keys Module section of the documentation. Once the API Key is provided for one API, it will exist for the rest of the APIs.
- Provide the following body data that will be used by the Data Mapping Profile and refactored accordingly
- Click on the "Send" button to execute the Data Mapping Profile
Response
The response will contain the following data. The Data Mapping Profile read from the body JSON Object and refactored it into a new JSON Object.
{
"firstName": "John Doe"
}
Updated over 4 years ago
What’s Next