---
title: "GET /v1/advertisers/{advertiserId}/plans/{planId}/personas"
method: GET
path: "/v1/advertisers/{advertiserId}/plans/{planId}/personas"
tags: ["Plans"]
---

# GET /v1/advertisers/{advertiserId}/plans/{planId}/personas

`GET /v1/advertisers/{advertiserId}/plans/{planId}/personas`

## Path parameters

- `planId` string, required
- `advertiserId` string, required

## Response `200`

Success

- PlanPersonasSectionResponseResponse
  - `timestamp` string, date-time
  - `errors` Error[], nullable
    - `code` string, nullable
    - `name` string, nullable
    - `message` string, nullable
    - `description` string, nullable
  - `data` PlanPersonasSectionResponse
    - `pageTitle` string, nullable
    - `introduction` string, nullable
    - `personas` BlueprintPersonaResponse[], nullable
      - `id` string, nullable
      - `name` string, nullable
      - `description` string, nullable
      - `demographics` BlueprintPersonaDemographicsResponse
        - `ageRange` string, nullable
        - `gender` string, nullable
        - `incomeRange` string, nullable
        - `education` string, nullable
        - `occupation` string, nullable
        - `lifestage` string, nullable
        - `homeValue` string, nullable
      - `triggers` string[], nullable
      - `barriers` string[], nullable
      - `rank` integer
      - `prioritizationReason` string, nullable

---

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