WEBHOOK
audio.updated
{
  "type": "audio.updated",
  "timestamp": "2025-03-25T12:54:10.000Z",
  "data": {
    "id": 287310,
    "eventId": 226462,
    "companyId": 13866,
    "streamUrl": "https://files.quartr.com/stream.m3u8",
    "fileUrl": "https://files.quartr.com/audio.mpeg",
    "qna": 0,
    "audioMetedata": {
      "size": "200.0 MB",
      "duration": 1230,
      "encoding": "7bit",
      "mimetype": "audio/mpeg"
    },
    "createdAt": "2025-03-25T12:51:30.000Z",
    "updatedAt": "2025-03-25T12:54:10.000Z"
  },
  "previousAttributes": {
    "streamUrl": null,
    "updatedAt": "2025-03-25T12:51:52.000Z"
  }
}

Headers

Webhook-Id
string
required

A unique message identifier for the webhook.

Webhook-Timestamp
string
required

The time the message was generated (Unix timestamp in seconds).

Webhook-Signature
string
required

A cryptographic signature that allows you to verify the integrity and authenticity of the payload.

Body

application/json
type
string
required

The type of event.

Allowed value: "audio.updated"
timestamp
string
required

The time the event was triggered.

data
object
required

On update, contains the updated details.

previousAttributes
object
required

Only the properties that changed.

Response

200

Webhook received successfully

Was this page helpful?