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.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
resource_type String Yes

The type of publicly shared resource that is being reported.

  • database_view - database_view

Valid values:

  • "database_view"
name String Yes

The name of the person reporting the abuse.

email String Yes

The email address of the person reporting the abuse.

description String Yes

A detailed description of why the resource is abusive.

identifier String Yes

The public identifier of the reported resource, for example the slug of a publicly shared view.

captcha_token String No

The captcha response token, required when captcha is enabled.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.