Create Credential

Create Credential
Request
URI
POST
https://{api_host}/api/device-credentials/{id}
COPY

Request Body
devicemgmtCreateCredentialRequest of type(s) application/json
Required
"devicemgmtCreateCredentialRequest Object"
string
requestParams
Optional

requestParams

string
id
Optional

id

Responses
200
{
    "credentials": "string"
}
string
credentials
Optional

credentials


404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/device-credentials/{id}