Whether call recordings will actually be stored

GEThttps://server.heyrik.com/api/v1/recordings/config

Headers

AuthorizationstringRequired

Use Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.

Get your API key

Response

Explore the example values. This is not a complete response schema.

dataobject
Explore 3 properties
storage_configuredboolean

Example true

max_bytesnumber

Example 26214400

prefixstring

Example "callgen_calls"

Error reference
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

Docs

Build sophisticated voice experiences with HeyRik.

© 2026 HeyRik · Support