---
title: "Get Profile Webhook Subscription"
method: GET
path: "/v3/profiles/{profileId}/subscriptions/{subscriptionId}"
tags: ["webhook"]
---

# Get Profile Webhook Subscription

`GET /v3/profiles/{profileId}/subscriptions/{subscriptionId}`

Retrieve a profile webhook subscription by its identifier.

## Path parameters

- `profileId` integer, required
- `subscriptionId` string, uuid, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

OK

- Subscription
  - `id` string, uuid — UUID that uniquely identifies the subscription.
  - `name` string — A custom name for your webhook to ease with identification.
  - `trigger_on` string — The event type this subscription is listening for. [List of available events](/api-reference/webhook-event).
  - `delivery` object
    - `version` string — The event representation semantic version.
    - `url` string — The URL where your server will be listening for events.
  - `scope` object
    - `domain` string — Scope of this subscription (e.g. "application" or "profile").
    - `id` string — ID associated with the scope (client key or profile ID).
  - `created_by` object
    - `type` string — Creator type (e.g. "application" or "user").
    - `id` string — ID of the creator.
  - `created_at` string, date-time — Timestamp of when the subscription was created.

## Other responses

- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
