PartnerWithWebhooksResponseDto
Response representing a partner along with its partner-level and tenant-level webhooks.
The name of the partner
KauntUUID of the partner
92f74e96-a654-47e2-84c8-7a8843cda443partnerWebhooks object[]required
List of webhooks associated with the partner
URL of the webhook
https://foo.com/webhooks/barDescription of the webhook
Webhook for X productionUUID of the webhook
92f74e96-a654-47e2-84c8-7a8843cda443Possible values: [Sandbox, Production]
Signature key secret
92f74e96a65447e284c87a8843cda443tenantWebhooks object[]required
List of tenants with their associated webhooks
Name of the tenant
KauntTenantUUID of the tenant
75de5c95-4a0c-4fee-8811-434a9ecd7e79Possible values: [EU1_FRANCE, US1_ARIZONA]
Indicates whether the tenant is marked for deletion. This property is used to track tenants that are scheduled for removal from the system. When set to true, it signifies that the tenant is in the process of being deleted and should not be used for any further operations.
falseList of disabled models for the tenant.
webhooks object[]required
The collection of webhooks associated with the tenant.
URL of the webhook
https://foo.com/webhooks/barDescription of the webhook
Webhook for X productionUUID of the webhook
92f74e96-a654-47e2-84c8-7a8843cda443Possible values: [Sandbox, Production]
Signature key secret
92f74e96a65447e284c87a8843cda443{
"name": "Kaunt",
"id": "92f74e96-a654-47e2-84c8-7a8843cda443",
"partnerWebhooks": [
{
"url": "https://foo.com/webhooks/bar",
"description": "Webhook for X production",
"id": "92f74e96-a654-47e2-84c8-7a8843cda443",
"apiEnvironment": "Sandbox",
"signingSecretKey": "92f74e96a65447e284c87a8843cda443"
}
],
"tenantWebhooks": [
{
"name": "KauntTenant",
"id": "75de5c95-4a0c-4fee-8811-434a9ecd7e79",
"region": "EU1_FRANCE",
"markedForDeletion": false,
"disabledModels": [
"string"
],
"webhooks": [
{
"url": "https://foo.com/webhooks/bar",
"description": "Webhook for X production",
"id": "92f74e96-a654-47e2-84c8-7a8843cda443",
"apiEnvironment": "Sandbox",
"signingSecretKey": "92f74e96a65447e284c87a8843cda443"
}
]
}
]
}