HERE Notification API

HERE Notification API — 3 operation(s) across 2 path(s), OpenAPI 3.0.1 version 2.0.1, harvested verbatim from the HERE developer documentation. This covers all APIs for Data Service Notification Published by HERE Technologies as part of the HERE Location Platform API portfolio. Base URL is not fixed: the spec directs clients to resolve it at runtime through the HERE API Lookup Service (https://api-lookup.data.api.platform.here.com/lookup/v1).

Operations 3

POST /subscriptions Subscribe for Catalog change notifications #
GET /layers/{notificationStreamLayerId} Get all subscriptions for target layer #
DELETE /layers/{notificationStreamLayerId} Delete subscriptions for provided catalogHRN and stream layer ID. #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/here-data-notification-v1"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

here-data-notification-v1-openapi.yml Raw ↑
{"openapi":"3.0.1","info":{"title":"Notification API","description":"This covers all APIs for Data Service Notification","contact":{},"version":"2.0.1","x-olp-service":{"name":"notification","version":"v2"}},"externalDocs":{"description":"The developer guide and related API references are available here.","url":"https://www.here.com/docs/category/data-api"},"servers":[{"url":"https://use.apilookup.for.a.base.url/"}],"security":[{"Bearer":[]}],"paths":{"/subscriptions":{"post":{"tags":["Notification API v2"],"summary":"Subscribe for Catalog change notifications","operationId":"Notification API subscribe","parameters":[{"$ref":"#/components/parameters/billingTag"},{"$ref":"#/components/parameters/Authorization"}],"requestBody":{"description":"The subscription request object to create a subscription.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubscribeRequest"}}},"required":true},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"type":"string","example":"\"3a7afa36-db1c-11e9-8a34-2a2ae2dbcce4\""}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"string","example":"Bad Request"}}}},"403":{"description":"Forbidden - Access to target resource not available","content":{"application/json":{"schema":{"type":"string","example":"Forbidden - Access to target resource not available"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"string","example":"Internal Server Error"}}}}},"x-olp-access-type":"resource"}},"/layers/{notificationStreamLayerId}":{"get":{"tags":["Notification API v2"],"summary":"Get all subscriptions for target layer","operationId":"Notification API getSubscriptions","parameters":[{"$ref":"#/components/parameters/notificationStreamLayerId"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","example":"[fc1f51c8-7de3-44aa-9949-aac922fc4601,4565f5bc-db1d-11e9-8a34-2a2ae2dbcce4]","items":{"type":"string"}}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"string","example":"Not Found"}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"string","example":"Internal Server Error"}}}}},"x-olp-access-type":"resource"},"delete":{"tags":["Notification API v2"],"summary":"Delete subscriptions for provided catalogHRN and stream layer ID.","operationId":"Notification API deleteSubscriptions","parameters":[{"$ref":"#/components/parameters/notificationStreamLayerId"}],"requestBody":{"description":"The subscription request object to create a subscription.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteRequest"}}}},"responses":{"200":{"description":"OK - Successfully deleted"},"404":{"description":"Not Found - No provided subscriptions exist","content":{"application/json":{"schema":{"type":"string","example":"Not Found - No provided subscriptions exist"}}}},"409":{"description":"Some of the provided subscriptions does not exist. Returning subscriptions that do not exist.","content":{"application/json":{"schema":{"type":"string","example":"Some of the provided subscriptions does not exist. Returning subscriptions that do not exist."}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"string","example":"Internal Server Error"}}}}},"x-olp-access-type":"resource"}}},"components":{"parameters":{"Authorization":{"name":"Authorization","in":"header","description":"User authorization token","required":false,"schema":{"type":"string"}},"sourceCatalogHRN":{"name":"sourceCatalogHRN","in":"path","description":"sourceCatalogHRN","required":true,"schema":{"type":"string"}},"catalogHrn":{"name":"catalogHrn","in":"path","description":"CatalogHRN","required":true,"schema":{"type":"string"}},"notificationStreamLayerId":{"name":"notificationStreamLayerId","in":"path","description":"Stream Layer ID for which we are retrieving subscriptions for.","required":true,"schema":{"type":"string"}},"billingTag":{"name":"billingTag","in":"query","description":"Billing Tag","schema":{"type":"string"}}},"schemas":{"Attribute":{"type":"object","properties":{"layerIds":{"type":"array","items":{"type":"string","example":"notification-layer"}},"subscriptionArea":{"$ref":"#/components/schemas/SubscriptionArea"},"subscriptionResultType":{"type":"string","enum":["SHORT","LIST","FULL"]}}},"SubscribeRequest":{"type":"object","properties":{"attributes":{"type":"array","items":{"$ref":"#/components/schemas/Attribute"}},"notificationCatalogHRN":{"type":"string","example":"hrn:here:data::realm:notification-catalog"},"notificationStreamLayerId":{"type":"string","example":"notification-layer"}}},"SubscriptionArea":{"type":"object","required":["subscriptionType"],"properties":{"subscriptionType":{"type":"string","example":"WKT"}},"discriminator":{"propertyName":"subscriptionType","mapping":{"all":"#/components/schemas/SubscriptionAreaAll","wkt":"#/components/schemas/SubscriptionAreaInWKT","partitions":"#/components/schemas/SubscriptionAreaInPartitions"}}},"SubscriptionAreaInPartitions":{"allOf":[{"$ref":"#/components/schemas/SubscriptionArea"},{"type":"object","required":["subscriptionType"],"properties":{"partitions":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"subscriptionType":{"type":"string"}}}]},"SubscriptionAreaInWKT":{"allOf":[{"$ref":"#/components/schemas/SubscriptionArea"},{"type":"object","required":["subscriptionType"],"properties":{"wkt":{"type":"string"},"subscriptionType":{"type":"string"}}}]},"SubscriptionAreaAll":{"allOf":[{"$ref":"#/components/schemas/SubscriptionArea"},{"type":"object","required":["subscriptionType"],"properties":{"subscriptionType":{"type":"string"}}}]},"DeleteRequest":{"type":"object","properties":{"deleteAll":{"type":"boolean"},"subscriptionIds":{"uniqueItems":true,"type":"array","items":{"type":"string","example":"46d1ca2b-cad0-44d1-8a67-099dc08a0d40"}}}},"NotificationResponse":{"type":"object","properties":{"subscriptionIds":{"uniqueItems":true,"type":"array","items":{"type":"string","example":"46d1ws2b-cad0-44d1-8a67-099dc08a04f7"}}}}},"securitySchemes":{"Bearer":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"A token obtained from a separate endpoint using client credentials and an OAuth 1.0a HMAC-SHA256 signed request.\n\nFor more information on how to get a bearer token, see the [Identity & Access Management Guide](https://www.here.com/docs/bundle/identity-and-access-management-developer-guide/page/README.html).\n"}}}}