Execute Your JSON to JSON Data Mapping Profile

In this section you will execute your JSON to JSON Data Mapping Profile

  1. 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.

2254
  1. Provide the following body data that will be used by the Data Mapping Profile and refactored accordingly
1340
  1. Click on the "Send" button to execute the Data Mapping Profile
636

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"
}

What’s Next