POST v1/Webhooks

Setup a webhook to recieve notifications when assets are ready.

Request Information

URI Parameters

None.

Body Parameters

WebhookDataBindingModel
NameDescriptionTypeAdditional information
NotificationCode

NotificationCode

Required

Url

string

Required

AuthorizationToken

string

Required

String length: inclusive between 0 and 200

Request Formats

application/json, text/json

Sample:
{
  "notificationCode": 110,
  "url": "sample string 1",
  "authorizationToken": "sample string 2"
}

Response Information

Resource Description

WebhookViewModel
NameDescriptionTypeAdditional information
RowVersion

unsigned integer

None.

Url

string

None.

NotificationCode

integer

None.

NotificationDescription

string

None.

AuthorizationToken

string

None.

Response Formats

application/json, text/json

Sample:
{
  "rowVersion": 1,
  "url": "sample string 2",
  "notificationCode": 3,
  "notificationDescription": "sample string 4",
  "authorizationToken": "sample string 5"
}