---
title: "Get lead ads subscriptions"
method: GET
path: "/ad_accounts/{ad_account_id}/leads/subscriptions"
tags: ["lead_ads"]
---

# Get lead ads subscriptions

`GET /ad_accounts/{ad_account_id}/leads/subscriptions`

Get the advertiser's list of lead ads subscriptions. Only requests for the OWNER or ADMIN of the ad_account will be allowed.

## Path parameters

- `ad_account_id` string, required

## Query parameters

- `bookmark` string
- `page_size` integer

## Response `200`

The request has succeeded.

- object
  - `bookmark` string, nullable
  - `items` LeadSubscription[], required
    - `ad_account_id` string — The Ad Account ID that this lead form belongs to.
    - `api_version` string — API version.
    - `created_time` integer — Subscription creation time. Unix timestamp in milliseconds.
    - `cryptographic_algorithm` string, nullable — Lead data encryption algorithm.
    - `cryptographic_key` string, nullable — Base64 encoded key for client to decrypt lead data.
    - `id` string — Subscription ID.
    - `lead_form_id` string, nullable — Lead form ID.
    - `user_account_id` string — User account used to subscribe lead data.
    - `webhook_url` string — Standard HTTPS webhook URL.

## Other responses

- `400` — The request could not be understood by the server due to unexpected data.
- `401` — Authentication is required and has either failed or not been provided.
- `403` — The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.
- `404` — The requested resource could not be found on this server.
- `429` — The user has sent too many requests in a given amount of time and is being rate limited.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/pinterest/apis/pinterest-rest-api.md) · [All operations](https://skmtc.net/pinterest/apis/pinterest-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pinterest/pinterest-rest-api/versions/b698c180678a/schema)
