WebhookPartnerDestinationProperties interface
Properties of a partner destination webhook.
Properties
| client |
Partner client authentication |
| endpoint |
The base URL that represents the endpoint of the partner destination. |
| endpoint |
The URL that represents the endpoint of the partner destination. |
Property Details
clientAuthentication
Partner client authentication
clientAuthentication?: PartnerClientAuthenticationUnion
Property Value
endpointBaseUrl
The base URL that represents the endpoint of the partner destination.
endpointBaseUrl?: string
Property Value
string
endpointUrl
The URL that represents the endpoint of the partner destination.
endpointUrl?: string
Property Value
string