Custom destination and URL info is not being returned through API

I have created a Dashboard and one of my questions has the custom destination and URL which seems working fine and carrying the parameters as well but when I do try accessing it through the API (Postman), it's returning the rows but there isn't any indication how to extract the customer destination URL and where it exist under the api response.

Hi @singh.vishweshwar
You are using the wrong endpoint. Click Behavior are stored on the dashboard's cards.
The best way to learn the API, is to just use Metabase while having your browser developer Network-tab open and looking at the request, and what data is being send/received.

Thanks for the suggestion. However, I found that when I query the Dashboard API with the ID it returns the card wherein I see the link is there with the parameter name but there isn't a value bound to it.

Let me explore the n/w tab a little and will come back to you if I have any further questions.

Thanks once again!