RtspCameraList the recorded stretches of one day

List the recorded stretches of one day

curl -X GET "https://api.spkey.co/rtsp-cameras/example_string/recordings?day=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "day": "example_string",
  "intervals": [
    {
      "from": "example_string",
      "to": "example_string"
    }
  ],
  "retentionDays": 42
}
GET
/rtsp-cameras/{id}/recordings
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.
path
idstring
Required

RTSP camera UUID (aggregate id)

query
daystring
Required

UTC calendar day to list, YYYY-MM-DD

Pattern: ^\d{4}-\d{2}-\d{2}$
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

idstring
Required

RTSP camera UUID (aggregate id)

Query Parameters

daystring
Required

UTC calendar day to list, YYYY-MM-DD

Responses

daystring
Required
intervalsarray
Required
retentionDaysinteger
Required