WebhookUpdatePartnerDestinationInfo interface
Information about the update of the WebHook of the partner destination.
- Extends
Properties
| client |
Partner client authentication |
| endpoint |
The base URL that represents the endpoint of the partner destination. |
| endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
| 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
endpointType
Polymorphic discriminator, which specifies the different types this object can be
endpointType: "WebHook"
Property Value
"WebHook"
endpointUrl
The URL that represents the endpoint of the partner destination.
endpointUrl?: string
Property Value
string