Skip to main content
POST
/
admin
/
reports
/
{report_id}
/
legal-hold
Set legal hold on evidence
curl --request POST \
  --url https://api.fluxer.app/v1/admin/reports/{report_id}/legal-hold \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "expires_at": "<string>"
}
'
{
  "held": true
}

Authorizations

Authorization
string
header
required

Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.

Path Parameters

report_id
string
required

The report id

Body

application/json
expires_at
string

ISO 8601 timestamp when the legal hold expires

Response

Success

held
boolean
required