Skip to main content

WebhookClientDto

clientIdstringrequired

client ID

Example: fa664a60-e4f6-4aa2-8ffc-55fb229110ba
statusClientStatusesrequired

Client status

Possible values: [PENDING APPROVAL, ACTIVE, INACTIVE, SUSPENDED]

Example: ACTIVE
referenceIdstringnullable

The reference ID of the client

Example: ref-12345
WebhookClientDto
{
"clientId": "fa664a60-e4f6-4aa2-8ffc-55fb229110ba",
"status": "ACTIVE",
"referenceId": "ref-12345"
}