cURL
curl --request GET \ --url https://api.example.com/v1/notification-types/{id}
{ "id": "<string>" }
Gets a specific notification type by ID.
OK