Connect device

Connect to the provided C2C Project.

SecurityC2COAuth2
Request
query Parameters
project_id
string

The project_id you intend to connect to

header Parameters
x-client-version
string
Default: 0.0.0

Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version. For more on semantic versions, see here: https://semver.org/

Example: 2.16.4
Responses
204

Succesful response after identifying the device.

post/v2/devices/connect
Request samples
Response samples
application/json
{
  • "id": "string",
  • "asset_type": "video",
  • "creator_id": "string",
  • "deleted_at": "string",
  • "device_id": "string",
  • "inserted_at": "string",
  • "last_seen_at": "string",
  • "name": "string",
  • "project_id": "string",
  • "updated_at": "string",
  • "status": "string",
  • "timezone": "string",
  • "authorization": {
    },
  • "project": {
    },
  • "channels": [
    ],
  • "channel_count": 100,
  • "path_asset_type": "string",
  • "path_name": "string",
  • "required_metadata_attributes": [
    ],
  • "": "string"
}