Leap0

List recordings

List all saved recordings.

GET/api/recordings

List all saved recordings.

Authorization

BearerAuth
AuthorizationBearer <token>

API key passed as a Bearer token.

In: header

Response Body

application/json

curl -X GET "https://<sandbox_id>.sandbox.leap0.dev/api/recordings"
{  "items": [    {      "id": "rec_1234567890",      "file_name": "rec_1234567890.mp4",      "download": "string",      "mime_type": "video/mp4",      "size_bytes": 2048576,      "created_at": "2019-08-24T14:15:22Z",      "active": true    }  ]}