diff --git a/provider/notification-gcp/README.md b/provider/notification-gcp/README.md
index fa8c00970b91e0f2771c7431766d1ffccdbb4d89..80a59b3287f04ee392f40d1e1d83fd8b0dc23384 100644
--- a/provider/notification-gcp/README.md
+++ b/provider/notification-gcp/README.md
@@ -136,7 +136,7 @@ After the service has started it should be accessible via a web browser by visit
 | `ENVIRONMENT` | `dev` OR `local` OR `dev_gke`| Local for running locally with services url's predefined as http://localhost , Dev & Dev_Gke is configurable environment | no | - |
 | `HMAC_SECRET` | ex`7a786376626e` | String in hex , must match pattern ^[a-zA-Z0-9]{8,30}+$ & be in register variable SUBSCRIBER_SECRET | yes | - |
 | `REGISTER_BASE_URL` | `http://localhost:8081/api/register/v1` | Register service url | no | - |
-| `NOTIFICATION_BASE_URL` | `http://localhost:8080/` | Notification service url  | no | - |
+| `NOTIFICATION_BASE_URL` | `http://localhost:8080/api/notification/v1/` | Notification service url  | no | - |
 | `INTEGRATION_TEST_AUDIENCE` | `********` | Client application ID | yes | https://console.cloud.google.com/apis/credentials |
 | `CLIENT_TENANT` | ex `opendes` | Client tenant | no | - |
 | `OSDU_TENANT` | ex `osdu` | Osdu tenant | no | - |
diff --git a/provider/notification-gcp/src/main/resources/application.properties b/provider/notification-gcp/src/main/resources/application.properties
index d0b075ff8b42da1bfc4f25b2de3206abe1935f11..c2f3bf7bea18040d814d894a14b5b50ec671e6ad 100644
--- a/provider/notification-gcp/src/main/resources/application.properties
+++ b/provider/notification-gcp/src/main/resources/application.properties
@@ -16,7 +16,7 @@
 
 LOG_PREFIX=notification
 logging.level.org.springframework.web=${LOG_LEVEL:DEBUG}
-server.servlet.contextPath=/
+server.servlet.contextPath=/api/notification/v1
 app.expireTime=300
 app.maxCacheSize=10
 server.error.whitelabel.enabled=false