User GuideAPI Reference
ProductUse CasesResource CenterFAQAbout UsBook a DemoSign Up - It's Free
API Reference

Get mqtt temporary credentials for receiving device measurements for all devices in an organization.

Get mqtt temporary credentials for receiving device measurements for all devices in an organization.

Also returns a single topic formatted '[ownerOrganizationId]/+/+'.
[ownerOrganizationId] will be filled from the access token and should not be changed.
The first [+] represents deviceId and can be changed to any deviceId in the organization, this topic will include only messages from that device. [+] can be used to listen to all devices.
The second [+] represents notification type and can be changed, this topic will include only messages from that notification type. [+] can be used for all notification types.
E.g. The topic for an organization with id [00000000-0000-0000-0000-000000000000] and device with id [device-id] listening to all notification types will be '00000000-0000-0000-0000-000000000000/device-id/+'.

This API requires PROTECTED_API permission(s).

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!