• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

Hello all,

 

Today is the launch of the new Poly API Marketplace. This marketplace brings us closer to our developer community allowing them to leverage our platforms to innovate and create in ways that can make collaboration easier for everyone. Can’t wait to see what this community builds.

 

Read more >here<

 

image

Poly API Marketplace is introduced, a new platform where the Poly developer community can find, connect to and manage Application Programming Interfaces (APIs) across Poly’s vast partner ecosystem. The Poly API Marketplace is an open, future-proof platform with support for dozens of API types, including those from our awesome Poly Lens insights and management platform and Poly Clariti – our highly secure meeting platform.

 

image

 

The Poly API Marketplace centralizes our APIs into a single location while providing visibility into all the available developer assets across Poly’s products.

 

 

Poly API Marketplace was born from our private video conferencing software, Poly Clariti, and our cloud-based device management and insights platform, Poly Lens, where there has been a growing need to share and leverage existing APIs within the Poly ecosystem.

 

To learn more about the Poly API Marketplace visit:

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
1 REPLY 1
HP Recommended

 

!!! THIS IS WORK IN PROGRESS!!!

 

Hello all,

 

a quick and easy tutorial on how to access the LENS Cloud API.

 

For official instructions check >here<

 

In order to connect to the LENS cloud API the API Connection Credential for an access_token is required.

 

NOTE: This expires after 24h!

 

  1. Login to the Poly Lens Portal.
  2. Go to the ACCOUNT menu > Manage Accounts.
  3. Select an Account from the list.
  4. Select Integrations > API from the side menu.
  5. Add New and select a name and the Role 
  6. Once this has been done the Client ID and the Client Secret are populated and can be used with your application of choice  (Terminal, Postman, etc.).
    image

     

Using the above credentials you can use for example CURL to get the token (again this only lasts 24h)

curl -X POST -H "Content-Type: application/json" -d "{\"client_id\":\"eCdbO21c4vmYjfVoyX4OWtMrEZCtDODl\",\"client_secret\":\"112233445566778899ai-SZOaJQej8qi_LZFIFWN-AbCdEf\",\"grant_type\":\"client_credentials\"}" https://login.silica-prod01.io.lens.poly.com/oauth/token

 

The reply should look like this:

image

Using CURL, Powershell, etc. the request can then be sent using API commands.

 

To test the same can also be done via using the built-in functionality to get the token using the Client ID and Secret example inventory report >here<:

image

 

 

Example Code snippets for different languages via a drop-down menu:

image

 

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.