---
title: "Subscriptions"
method: GET
path: "/api/v1/user/subscriptions/"
tags: ["Subscriptions"]
---

# Subscriptions

`GET /api/v1/user/subscriptions/`

Get a list of Subscriptions for the current user.

## Response `200`

Successful response

- object
  - `subscriptions` SubscriptionResponseList[]
    - `searchIds` string[] — Array of search IDs associated with this subscription.
    - `frequency` 'live' | 'hourly' | 'daily' — Frequency of notifications.
    - `emailAddresses` string[] — Email addresses receiving the notifications.
    - `name` string — Name of the subscription.
    - `description` string — Description of the subscription.
    - `isActive` boolean — Whether the subscription is active.
    - `ignoreTime` boolean — Whether to ignore time constraints.
    - `weekDays` string[] — Days of the week alerts will be generated.
    - `permissions` string[]
    - `channelIds` string[] — Array of channel IDs associated with this subscription.
    - `incidentChannelIds` string[] — Array of incident channel IDs associated with this subscription.
    - `incidentProfileId` string — Incident Profile ID associated with this subscription.
    - `incidentVisibility` 'unlisted' | 'private' — Incident visibility for this subscription.
    - `incidentCreationMode` 'none' | 'default' | 'always' | 'ignore-if-exists' — Incident creation rule for this subscription.
    - `incidentWatchKeys` 'scans/page.url' | 'scans/page.domain' | 'scans/page.ip' | 'scans/page.apexDomain' | 'hostnames/hostname' | 'hostnames/domain' — Source/key to watch in the incident.

---

[API](https://skmtc.net/urlscan/apis/urlscan-io-apis.md) · [All operations](https://skmtc.net/urlscan/apis/urlscan-io-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/urlscan/urlscan-io-apis/revisions/5d97b31afd68/schema)
