Create a camera in a registered state.
Security
api_key
- Mock serverhttps://coreapi.hoxton.ai/_mock/v1/register-camera-requests
- https://nexus.hoxton.ai/api/v1https://nexus.hoxton.ai/api/v1/register-camera-requests
curl -i -X POST \
https://coreapi.hoxton.ai/_mock/v1/register-camera-requests \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"cameraId": "cbc3283e-6217-4855-9934-148717cbeefe",
"serialNumber": "string"
}'Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "msg": "string", "status": "created" }