In an API step where I get prices for domains, I am expecting a result in the format:
I have simple response DISABLED and I'm expecting a JSON result so that I can iterate through it and filter out just the TLD I want (let's say .net) in this case.
However, I'm getting a SIMPLE response back, formatted by Pabbly.
Any clues as to why?
Or solutions on how to filter this down so that I can get costs for just the one TLD I want (let's say .com)? The API itself does not allow me to send a TLD so that I can get just a filtered response.
I have simple response DISABLED and I'm expecting a JSON result so that I can iterate through it and filter out just the TLD I want (let's say .net) in this case.
However, I'm getting a SIMPLE response back, formatted by Pabbly.
Any clues as to why?
Or solutions on how to filter this down so that I can get costs for just the one TLD I want (let's say .com)? The API itself does not allow me to send a TLD so that I can get just a filtered response.