Skip to main content
POST
/
api
/
live
/
hooks
Record live lifecycle hook
curl --request POST \
  --url https://convertly.sh/api/live/hooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "inputSlug": "<string>"
}
'
{
  "success": true
}

Body

application/json
inputSlug
string
required
event
enum<string>
required
Available options:
live.started,
live.ended,
error
secret
string
protocol
string
sessionId
string
payload
object

Response

Hook recorded

success
boolean
required