PeekPanda markpeekpandaDocumentationFor AI ↗Open app

PeekPanda docs

Preview paid ads

Preview bounded candidates before selecting an import.

Download Markdown ↓
POST/v1/admin/paid-ads/preview
Auth Bearer API credential or OAuth access tokenScope content:writeMCP admin_preview_paid_ads

Request

Does not import or link ads. Set optional `refreshDiscovery` to true to bypass the review cache; otherwise the bounded cached discovery result is reused.

curl --request POST 'https://api.peekpanda.com/v1/admin/paid-ads/preview' \
  --header "Authorization: Bearer $PEEKPANDA_TOKEN" \
  --header 'x-genviral-tenancy: personal' \
  --header 'content-type: application/json' \
  --data '{"source":{"kind":"company","pageId":"123","label":"Example Labs"}}'

Response

Excerpt of candidate evidence; real items include provider-observed lifecycle, creative and source URL fields.

{
  "items": [
    {
      "archiveId": "meta-ad-123",
      "alreadyImported": false
    }
  ]
}

Parameters

NameInTypeRequiredDescription
sourcebodyobjectYesAdvertiser or keyword source.

Known errors

400invalid_request for an invalid filter, identity or limit.
401authentication_required for a missing or invalid credential.
402subscription_required when access is not entitled.
403authorization_required for a missing scope or unavailable preview access.
404not_found when the record is outside the accessible catalogue.
429rate_limited; honor Retry-After when present.
409conflict when the write would duplicate an exclusive row.

Source

Provider observations retain advertiser, lifecycle, creative and original public-ad-library URL as provenance.

Refresh

Candidate discovery is bounded and cached for review. Import status is durable run state; polling it never starts provider work.