GuidesAPI Reference
API Reference

Creates multiple subscriptions in a single request.

Creates multiple subscriptions between source and target catalogs/layers in batch.

Body Params

Batch subscription creation request.

items
array of objects
required
length ≥ 1
items*
string
required
length between 3 and 46

The ID to use when referring to this subscription programmatically.

string
length between 0 and 10000

A detailed description of the subscription.

string
required

The HERE Resource Name (HRN) of the subscription source catalog.

string
required

The ID of the subscription source layer.

string
required

The HERE Resource Name (HRN) of the subscription destination catalog.

string
required

The ID of the subscription destination layer.

interactiveMapSubscription
object
required

Interactive map subscription.

Responses

400

Bad Request - indicates that your request failed fast validation due to an issue, such as syntax or logical errors.

401

Unauthorized

403

Forbidden

409

Conflict - indicates that:

  • a request with the same x-idempotency-key but different payload already exists,
  • or one or more subscriptions in the request already exist.
Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json