Review Approval Package

POST /v2/partner/approvals/packages/{token}/review

Operation

Operation ID reviewApprovalPackage
Tags Operations

Parameters

Name In Type Description
token * path string

Request body

Required

object
FieldTypeDescription
decision *enum (2)
approvereject
reasonstring

Responses

200
OK
object

Example request

POST https://api.digitalonboarding.com/v2/partner/approvals/packages/{token}/review
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>

{ /* request body matching schema above */ }