diff --git a/provider/notification-aws/src/main/resources/application.properties b/provider/notification-aws/src/main/resources/application.properties
index 7baa534c8d250f092d83060df39c981805680790..704966d16d904a03b2c712057b97a0772d96bdac 100644
--- a/provider/notification-aws/src/main/resources/application.properties
+++ b/provider/notification-aws/src/main/resources/application.properties
@@ -17,7 +17,7 @@ logging.level.org.springframework.web=${LOG_LEVEL:INFO}
 server.servlet.contextPath=/api/notification/v1
 server.port=${APPLICATION_PORT:8080}
 
-AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v1
+AUTHORIZE_API=${ENTITLEMENTS_BASE_URL}/api/entitlements/v2
 PARTITION_API=${ENTITLEMENTS_BASE_URL}/api/partition/v1
 REGISTER_SERVICE_URL=${ENTITLEMENTS_BASE_URL}/api/register/v1