Submit an Information Request for review
Submits the Information Request for the authenticated Meridian account. A validationStatus of VALID covers every rule checkable from the Information Request itself; submission additionally checks it against existing data (for example whether the business name is already registered) and reports any such rejection in validationErrors.
Authorizations
Bearer token authentication, for client-server calls.
Send the access token issued by POST /v1/auth/token as Authorization: Bearer {token}. The token carries its own program and user context, so the X-Meridian-* headers are not required. See Authentication.
Headers
Server-to-server (HMAC) requests only. Partner API key issued by Meridian during provisioning.
Server-to-server (HMAC) requests only. Current time in milliseconds since the Unix epoch. Must be within 60 seconds of the request.
Server-to-server (HMAC) requests only. Identifies the program context for the request.
Server-to-server (HMAC) requests only. Identifies the Meridian user targeted by the request. Required for MULTI_USER integrations; omit for SINGLE_USER.
Path Parameters
ID of the Information Request to submit for review.
Response
The submitted Information Request details
Detailed Information Request payload for the authenticated Meridian account
Unique identifier of the Information Request
"ir_01HZX1A2B3C4D5E6F7G8H9J0K"
Current status of the Information Request
DRAFT, PROCESSING_SUBMISSION, PENDING_REVIEW, COMPLETED, CANCELED "DRAFT"
Type of entity the Information Request is associated with
ENROLLMENT "ENROLLMENT"
Identifier of the entity the Information Request is associated with
"enrollment_123"
Requirement contracts and submitted entries for this Information Request
Validation status of the Information Request data. VALID means every rule that can be checked from this Information Request alone passes — field schemas, cross-entry rules and required documents. It is not a promise that submission will succeed: checks against data outside this Information Request, such as whether a business name is already registered, only run on POST /submit and are reported there.
MISSING, VALID, INVALID "MISSING"
Timestamp when the Information Request was created
"2026-04-01T12:00:00Z"
Timestamp when the Information Request was last updated
"2026-04-01T12:05:00Z"
Current manual review decision status for the Information Request, if it has been reviewed
PENDING, APPROVED, REJECTED, null "PENDING"
Display title for the Information Request
"Business Verification"