curl --request GET \
--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-20T06:00:26Z",
"status": "approved",
"url": "https://withpersona.com/verify?inquiry-id=inq_mxbuVKSeShAGRSbKYs4E2tXX"
}
Retrieve an IDV
curl --request GET \
--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-20T06:00:26Z",
"status": "approved",
"url": "https://withpersona.com/verify?inquiry-id=inq_mxbuVKSeShAGRSbKYs4E2tXX"
}
The body is of type any
.
Retrieve an IDV
The response is of type object
.