I used the micro profile to make a call to a specific API, it happens that this call gives me a list of URLs and I have to make a call for each URL returned.
My objective is call all of these URL e verify HTTP status returned.
"ApiResources": [
{
"ApiFamilyType": "products-services",
"ApiVersion": 1,
"ApiResourceId": "d33ff8af-5a1b-4b43-90d4-34237997d080",
"ApiDiscoveryEndpoints": [
{
"ApiEndpoint": "https://api.yyyyyyyy/v1/personal-accounts"
},
{
"ApiEndpoint": "https://api.xxxxxxx/business-accounts"
}
}
]