Whether call recordings will actually be stored
GET
https://server.heyrik.com/api/v1/recordings/configHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Response
Explore the example values. This is not a complete response schema.
dataobjectExplore 3 properties
storage_configuredbooleanExample true
max_bytesnumberExample 26214400
prefixstringExample "callgen_calls"
GET/recordings/config
cURL
curl https://server.heyrik.com/api/v1/recordings/config \
-H "Authorization: Bearer $HEYRIK_API_KEY"Response example
JSON
{ "data": { "storage_configured": true, "max_bytes": 26214400, "prefix": "callgen_calls" } }Illustrative examples · No live request is sent
