GET
/
v1
/
person
/
{personId}
/
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"
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

personId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json
Retrieve an IDV
createdAt
string
Example:

"2023-11-20T05:58:28Z"

id
string
Example:

"idv-c6b35c38-b21c-4ec3-841a-f008a23c84bc"

modifiedAt
string
Example:

"2023-11-20T06:00:26Z"

status
string
Example:

"approved"

url
string
Example:

"https://withpersona.com/verify?inquiry-id=inq_mxbuVKSeShAGRSbKYs4E2tXX"