Logo

Poly API Marketplace

SteffenBaierUK
Polycom Employee & Community Manager

Poly API Marketplace

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<

 

SteffenBaierUK_0-1663317678053.png

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.

 

TrendingAPIs.png

 

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:

----------------

If official support is required please check how to phone or open a case here

----------------
The title Poly Employee & Community Manager is a community setting and does not reflect my role. I am just a simple volunteer in the community like everybody else. All posts and words are my own & do not represent the views of Employer.

----------------


⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓SIGNATURE ⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓
Notice: This community forum is not an official Poly support resource, thus responses from Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
Please also ensure you always check the VoIP , Video Endpoint , Microsoft Voice , PSTN or other FAQ's in the different sections
1 REPLY 1
SteffenBaierUK
Polycom Employee & Community Manager

Re: Poly API Marketplace

 

!!! 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.).
    SteffenBaierUK_0-1684153146357.png

     

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:

SteffenBaierUK_1-1684153269328.png

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<:

SteffenBaierUK_3-1684155902659.png

 

 

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

SteffenBaierUK_2-1684155731982.png

 

----------------

If official support is required please check how to phone or open a case here

----------------
The title Poly Employee & Community Manager is a community setting and does not reflect my role. I am just a simple volunteer in the community like everybody else. All posts and words are my own & do not represent the views of Employer.

----------------


⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓SIGNATURE ⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓⇓
Notice: This community forum is not an official Poly support resource, thus responses from Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
Please also ensure you always check the VoIP , Video Endpoint , Microsoft Voice , PSTN or other FAQ's in the different sections
Message 2 of 2