/
/Argil API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 5m ago · Updated 3mo ago
  • getList all voices
  • postCreate a voice from audio
  • getGet a Voice by id
  • postSync voices from connected providers
  • getList all avatars
  • postCreate a new Avatar
  • getGet an Avatar by id
  • getPaginated list of Videos
  • postCreate a new Video
  • getGet a Video by id
  • deleteDelete a Video by id
  • postRender a Video by id
  • getList assets
  • postUpload an asset
  • getGet an asset by ID
  • deleteDelete an asset
  • getList subtitle styles
  • getExport subtitles for a video project
  • getRetrieve all webhooks
  • postCreate a new webhook
  • putUpdate a webhook
  • deleteDelete a webhook

Retrieve all webhooks

Retrieves all webhooks for the authenticated user.

get/webhooks

Response

An array of webhooks

idstring uuid
callbackUrlstring
eventsstring[]

List of events the webhook is subscribing to.

createdAtstring date-time
updatedAtstring date-time
lastTriggeredAtstring date-time

Changes