---
title: "Get blocked profiles"
method: GET
path: "/profile-blocks/"
---

# Get blocked profiles

`GET /profile-blocks/`

## Query parameters

- `blocked_profile_id` string

## Response `200`

200

- object
  - `count` integer
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `id` string
    - `url` string
    - `blocked_profile_id` string
    - `blocked_by_profile_id` string
    - `blocked_profile` object
      - `id` string
      - `url` string
      - `created_at` string
      - `nickname` string
      - `custom_data` string
      - `points` integer
      - `badges` unknown[]
        - unknown
      - `badges_url` string
      - `badge_progress_url` string
      - `subscribe_channel` string
      - `reported_count` integer
      - `chat_room_memberships_url` string
      - `reward_item_credit_url` string
      - `reward_item_debit_url` string
      - `reward_item_balances_url` string
      - `reward_item_transfer_url` string
      - `block_profile_url` string
      - `blocked_profiles_template_url` string
    - `blocked_by_profile` object
      - `id` string
      - `url` string
      - `created_at` string
      - `nickname` string
      - `custom_data` string
      - `points` integer
      - `badges` unknown[]
        - unknown
      - `badges_url` string
      - `badge_progress_url` string
      - `subscribe_channel` string
      - `reported_count` integer
      - `chat_room_memberships_url` string
      - `reward_item_credit_url` string
      - `reward_item_debit_url` string
      - `reward_item_balances_url` string
      - `reward_item_transfer_url` string
      - `block_profile_url` string
      - `blocked_profiles_template_url` string

## Other responses

- `403` — 403

---

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