QueryGet camera details

Get camera details

Get full camera details including status and 3dEye identifiers

curl -X GET "https://api.spkey.co/cameras/example_string/details" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "cameraId": "example_string",
  "threeDeyeCameraId": "example_string",
  "type": "generic",
  "name": "John Doe",
  "orgId": "example_string",
  "ownerId": "example_string",
  "status": "Active",
  "httpUrl": "example_string",
  "rtspUrl": "example_string",
  "registrationCode": "example_string",
  "lockId": "example_string",
  "version": 3.14,
  "timestamp": "example_string"
}
GET
/cameras/{id}/details
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token (JWT)
Bearer Tokenstring
Required

JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.

JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.
API Key (header: X-API-Key)
X-API-Keystring
Required

API key for B2B organization access. Provided during organization onboarding.

API key for B2B organization access. Provided during organization onboarding.
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). JWT token from SmartphoneKey authentication. Identifies the B2C user or B2B service.

header
X-API-Keystring
Required

API Key for authentication. API key for B2B organization access. Provided during organization onboarding.

Path Parameters

Responses

cameraIdstring
Required
threeDeyeCameraIdstring
Required
typestring
Required
Allowed values:genericonvifpnp
namestring
Required
orgIdstring
Required
ownerIdstring
Required
statusstring
Required
Allowed values:ActiveDisabledDeleted
httpUrlstring
Required
rtspUrlstring
Required
registrationCodestring
Required
lockIdstring
Required
versionnumber
Required
timestampstring
Required