v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Update Webhook

post/org/webhooks/{webhook_id}

Path parameters

webhook_idstring required

Unique identifier for the Gumlet Webhook which needs to be updated.

Request body

urlstring

URL from the application you want to send data to.

secret_tokenstring

Authentication token to ensure legitimacy of Gumlet Webhook request on your application.

triggersstring

Triggers for the invocation of webhookos, supported option is status.

sourcesstring

List of video collection identifiers for which webhooks are needed to be invoked.

Response

200

idstring
urlstring
triggersstring[]
created_atstring
updated_atstring
sourcesstring[]
secret_tokenstring

Example response

{
  "id": "65eed75eadeea8478f14ebd4",
  "url": "https://webhook.site/16df065a-b398-48bc-b825-b0804979c5f2",
  "triggers": [
    "status"
  ],
  "created_at": "2024-03-11T10:05:18.316Z",
  "updated_at": "2024-03-11T10:10:37.461Z",
  "sources": [
    "5f462c1561cf8a766464ffc4"
  ],
  "secret_token": "rnVNfIKgnH"
}