curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/person/{personId}/idv \
--header 'Content-Type: application/json' \
--data '""'
{
"createdAt": "2023-11-20T05:58:28Z",
"id": "idv-c6b35c38-b21c-4ec3-841a-f008a23c84bc",
"modifiedAt": "2023-11-20T05:58:29Z",
"status": "notStarted",
"url": "https://withpersona.com/verify?inquiry-id=inq_mxbuVKSeShAGRSbKYs4E2tXX"
}
Submit an IDV
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/person/{personId}/idv \
--header 'Content-Type: application/json' \
--data '""'
{
"createdAt": "2023-11-20T05:58:28Z",
"id": "idv-c6b35c38-b21c-4ec3-841a-f008a23c84bc",
"modifiedAt": "2023-11-20T05:58:29Z",
"status": "notStarted",
"url": "https://withpersona.com/verify?inquiry-id=inq_mxbuVKSeShAGRSbKYs4E2tXX"
}
The body is of type any
.
Submit an IDV
The response is of type object
.