POST
/
updateApplicationStatus
Update application status
curl --request POST \
  --url https://api.parcha.ai/api/v1/updateApplicationStatus \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

application_id
string
required

The ID of the application

status
enum<string>
required

The new status

Available options:
PENDING,
IN_PROGRESS,
COMPLETE,
ERROR

Response

200

Application status updated successfully