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": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "asset_type": "video",
  • "creator_id": "9cceffdd-8381-4074-8256-eafae24ebee6",
  • "deleted_at": "2021-08-03T00:00:00Z",
  • "device_id": "3bafab7b-4400-4bcf-8e6e-09f954699940",
  • "inserted_at": "2021-08-03T00:00:00Z",
  • "last_seen_at": "2021-08-03T00:00:00Z",
  • "name": "string",
  • "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",
  • "updated_at": "string",
  • "status": "offline",
  • "timezone": "string",
  • "authorization": {
    },
  • "project": {
    },
  • "channels": [
    ],
  • "channel_count": 100,
  • "path_asset_type": "string",
  • "path_name": "string",
  • "required_metadata_attributes": [
    ]
}