Get Device Credentials
Request
URI
GET
https://{api_host}/api/device-credentials/{id}
COPY
Responses
200
Returns
devicemgmtCreateCredentialResponse
of type(s)
*/*
{
"credentials": "string"
}
string
credentials
Optional
credentials
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/device-credentials/{id}
Device Auth Service Operations
POST
Create Credential
GET
Get Device Credentials
GET
Get Device Token
GET
Get Device Token2