cURL
curl --request POST \ --url https://partner-card.test.public.rockerapi.dev/api/v2/engagements/card/onboarding/{onboarding-id}/documents \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: multipart/form-data' \ --form 'documents=<string>' \ --form documents.items='@example-file'
"<string>"
Upload multiple 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
Files (<=10MB each). Content-Type: application/pdf or image/*
1