---
title: "List DSA beneficiary/payor suggestions"
method: GET
path: "/v1/ads/dsa-recommendations"
tags: ["Ad Accounts"]
---

# List DSA beneficiary/payor suggestions

`GET /v1/ads/dsa-recommendations`

Returns Meta's suggested beneficiary/payor names for an ad account, derived by Meta
from the account's recent activity. Useful for prefilling `dsaBeneficiary`/`dsaPayor`
inputs, or the defaults sent to `PATCH /v1/ads/accounts`, in your own UI.

Meta returns a single flat list. Entries are not labeled as beneficiary or payor,
and since these are legal disclosures Zernio never applies them automatically: let
your user pick the right entity. The list may be empty for accounts with little
activity. Meta accounts only.

## Query parameters

- `accountId` string, required
- `adAccountId` string, required

## Response `200`

Suggested DSA strings (may be empty when Meta has no recommendations)

- object
  - `adAccountId` string
  - `recommendations` string[]

## Other responses

- `400` — Non-Meta adAccountId
- `401` — Unauthorized
- `404` — Social account not found

---

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