Mint a device token
POST
/devices/tokenExchange (deviceId, deviceSecret) for a short-lived device JWT.
Request Body
deviceId*string
deviceSecret*string
Response
Device token
token*string
expiresInSeconds*number
Code Samples
No code examples available for this operation.