Skip to main content

Get Notification Template

GET /api/v1/notifications/templates/{templateName}

Description

Retrieves the details of a specific notification template identified by the templateName. If the tenantId query parameter is provided, the request returns the template applicable to that particular tenant.

URL Parameters:

  • templateName (required): The name of the notification template you want to retrieve.

Query Parameters:

  • tenantId (optional): A string representing the tenant ID. Use this to retrieve the template for a specific tenant.

Headers:

  • Authorization (required): A valid bearer token is required for authentication and authorization.

Example Request:

curl -X GET "{{baseURL}}/api/v1/notifications/templates/{templateName}?tenantId={tenantId}" \
-H "Authorization: Bearer [access_token]"