Webhooks provide a way to receive triggered events that occur within Marq.
Attribute |
---|
createdAt string* When the webhook was created. |
disabled string* Whether the webhook is disabled or not. |
eventTypes array[string]* Event types that will be sent to webhook. |
accountId array[string]* Marq's unique identifier for account. |
uid string* Marq unique identifier for webhook. |
secret string* Secret used to sign webhook events. |
url string* URL that webhook events will be sent to. |
updatedAt string* When the webhook was last updated. |
{
"createdAt": "2024-01-01T13:20:06Z",
"disabled": false,
"eventTypes": [
"project.created",
"project.exported"
],
"accountId": "3126548",
"secret": "",
"uid": "00000000-0000-0000-0000-000000000000",
"updatedAt": "2024-06-24T13:20:06Z",
"url": "https://www.marq.com/example"
}