Application instance disabled
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of application instance-related webhook event.

organizationIdstring, <= 50 characters(OrganizationId)

Unique organization identifier. An organization is an entity that represents a company. For more information, see Obtain an organization ID.

Example:"org_0YVDM8RC7GDADADSBSMW124JA8"
applicationIdstring, <= 50 characters

Unique application ID.

Example:"app_01H0HT25X7XXCJGS4H8VJSYF2Y"
eventTypestring

Type of event that triggered the webhook.

Value:"application-instance-disabled"
_embeddedobject

Embedded objects related to the application instance event.

Payload
{ "organizationId": "org_0YVDM8RC7GDADADSBSMW124JA8", "applicationId": "app_01H0HT25X7XXCJGS4H8VJSYF2Y", "eventType": "application-instance-disabled", "_embedded": { "application": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.