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<
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.
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
----------------
!!! 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!
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:
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<:
Example Code snippets for different languages via a drop-down menu:
If official support is required please check how to phone or open a case here
----------------