---
title: "POST /api/abuse-reports/"
method: POST
path: "/api/abuse-reports/"
tags: ["Abuse reports"]
---

# POST /api/abuse-reports/

`POST /api/abuse-reports/`

Reports a publicly shared resource, like a shared view or form, for abuse. This endpoint can be called by anonymous visitors.

## Request body

- AbuseReport
  - `resource_type` 'database_view', required — * `database_view` - database_view
  - `identifier` string, required — The public identifier of the reported resource, for example the slug of a publicly shared view.
  - `name` string, required — The name of the person reporting the abuse.
  - `email` string, email, required — The email address of the person reporting the abuse.
  - `description` string, required — A detailed description of why the resource is abusive.
  - `captcha_token` string — The captcha response token, required when captcha is enabled.

## Response `204`

No response body

## Other responses

- `400`
- `401`
- `404`

---

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