Skip to main content
Test Existing Connector

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request for sending a test notification.

connectorId
string

The connector id.

Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]*$
payloadType
string

Payload type to use when testing the connector.

Required string length: 1 - 100
Pattern: ^[\s\S]*$
Example:

"default"

Response

200 - application/json

Response containing the results of testing an existing connector.

result
object

Result of a notification test, either a success or failure.