Skip to main content
POST
Submit Info Request Answers

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Path Parameters

request_id
string<uuid>
required

The information request, as returned in next_step.info_requests[].request_id.

entity_id
string
required

The entity being onboarded.

Body

application/json
answers
Answers · object | null

Answers keyed by the element name in the request's form schema. Validated against that schema, so send them complete. This submits, it does not save a draft. Omit it when the request asks no questions and you are only explaining an unavailable document.

unavailable_proof_explanations
Unavailable Proof Explanations · object | null

Why the business cannot provide a requested document, keyed by its proof_type. An accepted explanation settles that document the same way an upload does, so use it when no upload will ever satisfy the request. Send every explanation the request should keep: this replaces the set on file rather than adding to it, and an explanation for a document you have since uploaded is dropped.

Response

Successful Response

request_completed
boolean
required

Whether the information request is now satisfied in full. False while it still owes documents.

outstanding
PublicOutstandingItem · object[]
required

What the request is still waiting on after this submission.