Hey guys, i am receiving an api from another system, this api is an json object, inside this json object i have an url with another json file. I have a api workflow receiving the first api, then im passing the url inside the repsonse as an api again, but im struggling to get the response for this second api. Any ideias hot to manage that?
this is an example version of the api im getting:
{
"eventType": "position",
"data": {
"id": "dd5e5227-52a9-404a-83e1-1933b01ea0dc",
"documentNumber": "99999999999999",
"urls": [
"https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/link-example.json"
],
"full": false,
"processKey": "0ff40b0e-35ca-4d1f-bdeb-9d9f16",
"createdAt": "2021-01-13T19:59:27.5994488Z"
},
"processKey": "0ff40b0e-35ca-4d1f-bdeb-9d9f16",
"createdAt": "2021-01-13T19:59:27.675Z"
}
i need to consult the url inside this json