Callback: Add/UpdateCopy Pagepost https://partner-api.getpliant.com/api/partner/onboarding-submissions/subscriptionBody ParamscallbackUrlurirequiredeventTypesarray of stringsrequiredlength ≥ 1eventTypes* stringSUBMISSION_SUBMITTEDSUBMISSION_IN_APPROVAL_PLIANTSUBMISSION_IN_APPROVAL_BANKINGPARTNERSUBMISSION_APPROVEDSUBMISSION_REJECTEDSUBMISSION_NEEDS_MORE_INFOSUBMISSION_WITHDRAWNADD stringResponses 201Subscription created or updated successfully 400Bad Request. The API consumer sent a malformed request which could not be processed. 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 500Internal Server Error. The request was not completed due to an internal error.CallbackssubmissionSubmittedpost{$request.body#/callbackUrl}submissionInApprovalPliantpost{$request.body#/callbackUrl}submissionInApprovalBankingPartnerpost{$request.body#/callbackUrl}submissionApprovedpost{$request.body#/callbackUrl}submissionRejectedpost{$request.body#/callbackUrl}submissionWithdrawnpost{$request.body#/callbackUrl}Updated 9 days ago