The following authentication methods are supported for the outbound API calls to 3rd party systems uinsg Webhooks.
| Authentication Type | Description |
|---|---|
| None | No authentication is required for the webhook. |
| Basic | Requires a username and password for authentication. |
| Token | Utilizes a token for secure authentication. |
| OAuth | Authenticates using the OAuth protocol for secure access. |