Conference
Regenerate direct hash for conference
Regenerates the direct hash for the specified conference. If no direct hash exists, one is created. Returns the updated conference with the new direct_hash.
post/conferences/{id}/direct-hash-regenerate
Path parameters
idstring uuid required
Example:550e8400-e29b-41d4-a716-446655440000
The unique identifier of the conference. Returned from the GET /conferences response.
Response
Direct hash regenerated successfully.
Example response
{
"id": "8b9c0d1e-2f3a-4567-0123-456789abcdef",
"customer_id": "7c4d2f3a-1b8e-4f5c-9a6d-3e2f1a0b4c5d",
"type": "conference",
"status": "progressing",
"name": "Team Standup",
"detail": "Daily team standup meeting",
"timeout": 3600,
"pre_flow_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"post_flow_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"conferencecall_ids": [
"550e8400-e29b-41d4-a716-446655440000"
],
"recording_id": "e5f6a7b8-c9d0-1234-5678-90abcdef0123",
"recording_ids": [
"e5f6a7b8-c9d0-1234-5678-90abcdef0123"
],
"transcribe_id": "9c0d1e2f-3a4b-5678-1234-567890abcdef",
"transcribe_ids": [
"9c0d1e2f-3a4b-5678-1234-567890abcdef"
],
"direct_hash": "a8f3b2c1d4e5",
"tm_end": "2026-01-15T09:30:00.000000Z",
"tm_create": "2026-01-15T09:30:00.000000Z",
"tm_update": "2026-01-15T09:30:00.000000Z",
"tm_delete": "2026-01-15T09:30:00.000000Z"
}