---
title: "Get congestion subscriptions"
method: GET
path: "/congestion-insights/v0/subscriptions"
tags: ["Congestion Insights v1.0.0"]
---

# Get congestion subscriptions

`GET /congestion-insights/v0/subscriptions`

Get congestion subscriptions.

## Headers

- `x-rapidapi-host` string, required

## Response `200`

- object[]
  - `device` object, required
    - `phoneNumber` string, nullable — Phone number of the subscription, if any. Optional.
    - `networkAccessIdentifier` string, nullable — Email address-like external identifier of the subscription registered at the operator. If both networkAccessIdentifier and phoneNumber are included, phoneNumber may be dropped and networkAccessIdentifier may be retained.
    - `ipv4Address` object — IPv4 address of the device. IP address is needed for some flow-oriented services, such as QoD.
      - `publicAddress` string, nullable — Public IPv4 address of the device. Either of the device or the NAT the device is behind.
      - `privateAddress` string, nullable — Private IPv4 address of the device, if it is behind a NAT.
      - `publicPort` integer, nullable — Public port used by the device. Port is necessary, as private address ranges overlap, and public port is used to extend the range for CGNAT.
    - `ipv6Address` string, nullable — IPv6 address of the device. IP address is needed for some flow-oriented services, such as QoD.
  - `webhook` object, required
    - `notificationUrl` string, required — Notification URL for session-related events.
    - `notificationAuthToken` string, nullable — Authorization token for notification sending.
  - `subscriptionExpireTime` string, date-time, required — Time when the subscription expires.
  - `subscriptionId` string, required
  - `startedAt` string, date-time, nullable — Time when subscription started
  - `expiresAt` string, date-time, nullable — Time when subscription will expire or expired

---

[API](https://skmtc.dev/nokia/apis/network-as-code.md) · [All operations](https://skmtc.dev/nokia/apis/network-as-code/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nokia/network-as-code/revisions/fdd5f5a56b88/schema)
