cURL
curl --request POST \ --url https://partner-card.test.public.rockerapi.dev/api/engagements/card/onboarding/{onboarding-id}/documents \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: multipart/form-data' \ --form documentType=TAX_REGISTRATION \ --form document='@example-file'
"<string>"
Upload onboarding documents
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Client-declared document type enum
TAX_REGISTRATION
File (<=10MB). Content-Type: application/pdf or image/*