---
title: "Get Usuários na Blocklist"
method: GET
path: "/api/blocklist"
tags: ["Blocklist"]
---

# Get Usuários na Blocklist

`GET /api/blocklist`

## Query parameters

- `cpf` string — O CPF do usuário.

## Request body

- object
  - `cpf` string

## Response `200`

- object
  - `data` object[]
    - `email` string
    - `cpf` string
    - `blocked_at` string
    - `reason` string
  - `links` object
    - `first` string
    - `last` string
    - `prev` string
    - `next` string
  - `meta` object
    - `current_page` string
    - `from` string
    - `last_page` string
    - `links` object[]
      - `url` string
      - `label` string
      - `active` string
    - `path` string
    - `per_page` string
    - `to` string
    - `total` string

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/beepayapp/apis/beepay.md) · [All operations](https://skmtc.dev/beepayapp/apis/beepay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beepayapp/beepay/revisions/787a925e98a0/schema)
