POST
/
v2
/
device
/
bootstrap
Exchange a bootstrap token for device credentials
curl --request POST \
  --url https://coreapi-dev.us.bcpapers.ca/v2/device/bootstrap \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentVersion": "<string>",
  "bootstrapToken": "<string>",
  "hardwareUUID": "<string>",
  "hostname": "<string>",
  "osVersion": "<string>",
  "platform": "<string>",
  "serial": "<string>"
}
'
{}

Body

application/json

Bootstrap payload

agentVersion
string
bootstrapToken
string
hardwareUUID
string
hostname
string
osVersion
string
platform
string
serial
string

Response

OK

The response is of type object.