v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-027801.5 MB
Geofencing v0.3.0

Operation to retrieve a subscription based on the provided ID

retrieve Geofencing subscription information for a given subscription ID.

get/geofencing-subscriptions/v0.3/subscriptions/{subscriptionId}

Path parameters

subscriptionIdstring required

The unique identifier of the subscription in the scope of the subscription manager. When this information is contained within an event notification, this concept SHALL be referred as subscriptionId as per Commonalities Event Notification Model.

Subscription identifier that was obtained from the create event subscription operation

Headers

x-correlatorstring

Correlation id for the different services

x-rapidapi-hoststring required
Example:network-as-code.p-eu.rapidapi.com

The API's Host value as defined in the RapidAPI Hub.

Response

protocol'HTTP' | 'MQTT3' | 'MQTT5' | 'AMQP' | 'NATS' | 'KAFKA' required

Identifier of a delivery protocol. Only HTTP is allowed for now

sinkstring url required

The address to which events shall be delivered using the selected protocol.

typesstring[] required

Camara Event types eligible to be delivered by this subscription.

idstring required

The unique identifier of the subscription in the scope of the subscription manager. When this information is contained within an event notification, this concept SHALL be referred as subscriptionId as per Commonalities Event Notification Model.

startsAtstring date-time required

Date when the event subscription will begin/began

expiresAtstring date-time

Date when the event subscription will expire. Only provided when subscriptionExpireTime is indicated by API client or Telco Operator has specific policy about that.

status'ACTIVATION_REQUESTED' | 'ACTIVE' | 'EXPIRED' | 'INACTIVE' | 'DELETED'

Current status of the subscription - Management of Subscription State engine is not mandatory for now. Note not all statuses may be considered to be implemented. Details:

  • ACTIVATION_REQUESTED: Subscription creation (POST) is triggered but subscription creation process is not finished yet.
  • ACTIVE: Subscription creation process is completed. Subscription is fully operative.
  • INACTIVE: Subscription is temporarily inactive, but its workflow logic is not deleted.
  • EXPIRED: Subscription is ended (no longer active). This status applies when subscription is ended due to SUBSCRIPTION_EXPIRED or ACCESS_TOKEN_EXPIRED event.
  • DELETED: Subscription is ended as deleted (no longer active). This status applies when subscription information is kept (i.e. subscription workflow is no longer active but its meta-information is kept).