operationId: uploadUserDocument
.Authorizations
API Key provided by the platform. Note- X-Timestamp and X-Signature headers are also required for authentication, but not defined as separate schemes here due to OpenAPI limitations on complex signature schemes.
Path Parameters
The unique identifier for the end-user this document belongs to.
Example:
"user-unique-id-in-your-system"
Body
multipart/form-data
Response
Created. Document successfully uploaded.
Unique identifier for the uploaded document.
Example:
"doc_mno345pqr678"
Identifier for the end-user the document is associated with.
Original filename of the uploaded document.
Example:
"report.pdf"
ISO 8601 timestamp when the document was uploaded.