Reports
Report Create
Create a new report on ChainPatrol for a particular organization
POST
/
report
/
create
Authorizations
X-API-KEY
string
headerrequiredYour API key. This is required by most endpoints to access our API programatically. Reach out to us at [email protected] to get an API key for your use.
Body
application/json
title
string
requiredTitle of the report
Minimum length:
3
description
string
requiredDescription of the report. Supports markdown
assets
object[]
requiredorganizationSlug
string
Organization slug used to identify the organization on ChainPatrol
discordGuildId
string
Discord Guild (Server) ID linked to the organization on ChainPatrol
telegramGroupId
string
Telegram Group ID linked to the organization on ChainPatrol
contactInfo
string
attachmentUrls
string[]
URLs of images to attach to the report
rawAssetsInput
string
externalReporter
object
Response
200 - application/json
id
number
requiredID of the created report
createdAt
string
requiredDate the report was created
organization
object | null
requiredOrganization the report was created for
Was this page helpful?