Retrieve organization or IMEIs’ latest recording encryption keys

Retrieve the latest recording encryption keys for some, or all, devices in an organization.

Request
Security:
path Parameters
orgId
required
string

The ID of the organization. Obtain this from GET /organizations.

Example: 62
Request Body schema: application/json
imeis
Array of strings (IMEI)
Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

500

Internal server error

post/organizations/{orgId}/get-recording-encryption-keys
Request samples
application/json
{
  • "imeis": [
    ]
}
Response samples
application/json
{
  • "keys": [
    ]
}