Zoho Inventory API gets 401 error

Zoho Inventory API gets 401 error

Hi,

I have been trying to connect through the inventory API using the self-client authentication generated codes and I keep getting error 401 Unauthorized access. I am trying to connect from Excel VBA with the codes below(replaced all credentials with XXXX):

Dim url As String, parameters As String

    With CreateObject("MSXML2.XMLHTTP.6.0")
        parameters = "method=worksheet.list"
        url = "https://inventory.zoho.in/api/v1/items?organization_id=XXXX"
        .Open "GET", url, False
        .SetRequestHeader "Authorization", "Zoho-oauthtoken XXXX"
        .SetRequestHeader "Content-type", "application/x-www-form-urlencoded;charset=UTF-8"
        .Send
        Debug.Print .Status
    End With

    Access your files securely from anywhere

        Zoho Developer Community




                                  Zoho Desk Resources

                                  • Desk Community Learning Series


                                  • Digest


                                  • Functions


                                  • Meetups


                                  • Kbase


                                  • Resources


                                  • Glossary


                                  • Desk Marketplace


                                  • MVP Corner


                                  • Word of the Day



                                      Zoho Marketing Automation


                                              Manage your brands on social media



                                                    Zoho TeamInbox Resources

                                                      Zoho DataPrep Resources



                                                        Zoho CRM Plus Resources

                                                          Zoho Books Resources


                                                            Zoho Subscriptions Resources

                                                              Zoho Projects Resources


                                                                Zoho Sprints Resources


                                                                  Qntrl Resources


                                                                    Zoho Creator Resources



                                                                        Zoho Campaigns Resources


                                                                          Zoho CRM Resources

                                                                          • CRM Community Learning Series

                                                                            CRM Community Learning Series


                                                                          • Kaizen

                                                                            Kaizen

                                                                          • Functions

                                                                            Functions

                                                                          • Meetups

                                                                            Meetups

                                                                          • Kbase

                                                                            Kbase

                                                                          • Resources

                                                                            Resources

                                                                          • Digest

                                                                            Digest

                                                                          • CRM Marketplace

                                                                            CRM Marketplace

                                                                          • MVP Corner

                                                                            MVP Corner





                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now