Skip to main content
POST
/
v1.information-request.status-changed
Information request status changed
curl --request POST \
  --url https://your-endpoint.example.com/v1.information-request.status-changed \
  --header 'Content-Type: application/json' \
  --data '
{
  "informationRequest": {
    "id": "507f1f77bcf86cd799439011",
    "auditId": "5f8d0f3b9d3f2a1b4c5d6e7f",
    "oldStatus": "NEEDS_EVIDENCE",
    "newStatus": "READY_FOR_AUDIT"
  }
}
'

Body

application/json
informationRequest
object
required

Response

200

Return any 2xx status within 15 seconds to acknowledge receipt.