X-API-Key: ********************curl --location 'https://api.snakk.ai/api/calls//check-recording' \
--header 'X-API-Key: <api-key>'{
"call_id": "0d0a16ab-a508-4d58-bf24-5dc3cb248f3e",
"recording_started": true,
"recording_consent": true,
"recording_url": "string",
"egress_id": "string",
"issues": [
"string"
],
"suggestions": [
"string"
],
"storage_check": "string",
"storage_error": "string",
"download_url": "string",
"possible_recordings": [
{
"name": "string",
"path": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}