Upload and attach an Information Request document
Uploads a document for a requirement entry and stores it.
Headers
Bearer authentication header of the form Bearer {token}. Required for client-server (JWT) authentication. See Authentication.
Identifies the program context for the request. Required for server-to-server (HMAC) authentication. See Authentication.
Identifies the Meridian user targeted by the request. Required for server-to-server (HMAC) authentication with MULTI_USER integrations; omit for SINGLE_USER. See Authentication.
Partner API key issued by Meridian during provisioning. Required for server-to-server (HMAC) authentication. See Authentication.
Current time in milliseconds since the Unix epoch. Must be within 60 seconds of the request. Required for server-to-server (HMAC) authentication. See Authentication.
HMAC SHA-256 signature of the canonical request string, computed per request. Required for server-to-server (HMAC) authentication. See Authentication for how to construct it.
SHA-256 digest of the multipart body, formatted per RFC 9530 as sha-256=:<base64>:. Required when authenticating with a partner API key; the HMAC signature is computed over the Content-Digest value instead of the raw multipart bytes. Ignored for JWT auth.
Path Parameters
Body
Multipart form data containing requirementKey, documentKey, optional entryId, and file
Multipart form data for uploading a file to an Information Request
File to upload
Requirement key to attach the document to
"associatedPersons"
Document slot key to attach the file to
"identityDocumentFront"
Virtual requirement entry id, such as associatedPersons:0
"associatedPersons:0"
Response
Document upload accepted