Application status update

Application Status Update

post
Authorizations
Header parameters
ApiKeystringRequired
Body
applicationIDstringOptional
sentToUnderwritingbooleanOptional
rejectbooleanOptional
Responses
200

Successful Response

No content

post
POST /partner/application-status-update HTTP/1.1
Host: api.kaped.io
Authorization: Bearer YOUR_SECRET_TOKEN
ApiKey: text
Content-Type: application/json
Accept: */*
Content-Length: 73

{
  "applicationID": "CCA202211246",
  "sentToUnderwriting": true,
  "reject": false
}
200

Successful Response

No content

Last updated

Was this helpful?