---
title: "Get your posts"
method: GET
path: "/external/api/partner/v1/post/"
---

# Get your posts

`GET /external/api/partner/v1/post/`

## Query parameters

- `secure_profile_id` string

## Response `200`

OK

- object
  - `posts` object[]
    - `post` object
      - `author_id` string
      - `body` string
      - `classified_id` string
      - `comments` object[]
      - `creation_date_epoch_seconds` number
      - `embed_url` string
      - `id` string
      - `reactions` object[]
      - `url` string
      - `media` object
      - `title` string
      - `view_count` integer
      - `smartlink_click_count` integer
      - `article_url` string
      - `guid` string
      - `news_post_creation_time` number
  - `posts_length` integer

## Other responses

- `400` — 400

---

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