Get Device Token
Request
URI
GET
https://{api_host}//api/device-tokens
COPY
Responses
200
Returns iotcdevicemgmtDeviceToken of type(s) */*
{
"deviceId": "string",
"accessToken": "string"
}
string
deviceId
Optional
deviceId
string
accessToken
Optional
accessToken
404
Not Found
Operation doesn't return any data structure
Device Auth Service Operations
POST
Create Credential
GET
Get Device Credentials
GET
Get Device Token
GET
Get Device Token2