Tests the connection Of A notification provider.

Tests the connection Of A notification provider.

Tests the connection of a notification provider.

Request
URI
POST
https://{api_host}/notification-service/api/notifications/providers/connectivity
COPY
Request Body
NotificationProvider of type(s) application/json
Optional

Show optional properties

{
    "providerDirection": "string",
    "type": "string"
}
{
    "providerMode": {
        "role": "string",
        "overriddenGlobalProviderId": "string"
    },
    "name": "string",
    "description": "string",
    "providerDirection": "string",
    "id": "string",
    "type": "string",
    "version": 0
}
Responses
200
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"providerDirection:"string","type:"string"}' https://{api_host}/notification-service/api/notifications/providers/connectivity