Retrieves A tenant notification provider given its unique identifier.

Retrieves A tenant notification provider given its unique identifier.

Retrieves a tenant notification provider given its unique identifier.

Request
URI
GET
https://{api_host}/notification-service/api/notifications/tenants/{tenantId}/providers/{id}
COPY
Path Parameters
string
tenantId
Required

The tenant id

string
id
Required

The provider id


Responses
200
Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/notification-service/api/notifications/tenants/{tenantId}/providers/{id}