How to Insert,update,Reterive in Rest service with asp.net C# to Zoho subscription...?

How to Insert,update,Reterive in Rest service with asp.net C# to Zoho subscription...?

  I am using zoho subscriptions free trial version...I need Sample code for Connect zoho subscriptions api to my rest client service using asp.net C# ,. kindly help...

i m trying below code ....but not working ..im getting  error 401 

protected void btnadd_Click(object sender, EventArgs e)
        {
            WebRequest request = WebRequest.Create("https://subscriptions.zoho.com/api/v1/products");         
            request.Method = "GET";
            request.ContentType = "application/json";
            request.UseDefaultCredentials = true;
            request.PreAuthenticate = true;
            request.Headers.Set("Authorization", "84a28bde6c45f15686757239cc4a90cf");
            request.Headers.Set("X-com-zoho-subscriptions-organizationid", "549859917");
            WebResponse httpWebReponse = (WebResponse)request.GetResponse();
        }

kindly help plz..!
    • Sticky Posts

    • Zoho Billing will discontinue support for older browser versions soon

      Hello users, Starting from May 15, 2024, Zoho Billing will no longer support the following browser versions: Browsers Version Restrictions Firefox Browser Versions older than 100 Google Chrome Versions older than 100 Microsoft Edge Versions older than
    • Introducing Developer Space in Zoho Subscriptions

      Hello devs! At Zoho Subscriptions, we're constantly looking for ways to empower the developer community. Our goal is to provide you with the tools you need to integrate Zoho Subscriptions with your other platforms, and we also want to make it easy to