Skip to main content
POST
/
v2
/
issuer
/
cases
/
{case_id}
/
file
File a case
curl --request POST \
  --url https://api.decisionly.com/v2/issuer/cases/{case_id}/file \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_mode": "auto"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.decisionly.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your API key as the username. No password is required.

Path Parameters

case_id
string
required

Body

application/json
file_mode
enum<string>
required

Filing mode. Use 'auto' to evaluate workflow rules and determine if the case should be filed, or 'chargeback' to file the case regardless of workflow rules.

Available options:
chargeback,
auto
Example:

"auto"

Response

Accepted. The filing process has been initiated.

success
boolean