Call API World Check in C#.net

Hi,

How to integrate The World-Check One API in C#.net, kindly provide step by step .

Thanks & Regards,

Ashok

Best Answer

  • brian.bourgault
    Answer ✓

    Hi @ashok

    I suggest you download the Postman collection from the developers portal.

    Once you have that working (it should just work "out-of-the-box" ) then you can use the Code (Generate Code Snippet), it has generated code for several languages over 20 in all... that should help you get started...

    As you can imagine we cannot support every IDE, language, etc.. All of these environments typically have a http REST example... Microsoft has online documentation for API .NET Client (C#) httpClient

    Hope this helps,

    Brian

Answers