# Retrieve a KYC liveness session Retrieves a KYC liveness session with a specified ID. Endpoint: GET /storefront/kyc-liveness-sessions/{id} Version: latest Security: CustomerJWT ## Path parameters: - `id` (string, required) ID of the resource. ## Response 200 fields (application/json): - `id` (string) ID of the KYC liveness session. Example: "kyc_liv_01HXBZ0MS1GPS6S34MPQXYT5TZ" - `customerId` (string, required) ID of the customer resource. Example: "cus_0YV7DDSDD1C8DA64KHH2W33CPF" - `kycRequestId` (string) ID of the KYC request that the liveness session is associated with. Example: "kyc_req_0YV7JMJ3DBCGRBR7K9D4HVGPP5" - `sessionId` (string) Session ID of the KYC liveness session in the third-party service. Example: "4f6cf35x-2c4y-483z-a0a9-158621f77a21" - `status` (string) Status of the session. Enum: "pending", "succeeded", "failed", "abandoned" - `referenceImage` (string,null) URL of the reference image. Example: "https://app.rebilly.com/static/gateways/Stripe.png" - `createdTime` (string) Date and time which is set automatically when the resource is created. - `updatedTime` (string) Date and time which updates automatically when the resource is updated. - `_links` (array) Related links. - `_links.href` (string) Link URL. - `_links.rel` (string) Type of link. Enum: "self", "kycRequest" ## Response 401 fields (application/json): - `status` (integer) HTTP status code. - `type` (string) Problem type in the form of a [URI](https://tools.ietf.org/html/rfc3986) reference. It should provide human-readable documentation for the problem type. When this member is not present, its value is assumed to be "about:blank". - `title` (string) Short, human-readable summary of the problem type. Other than for the purposes of localization, this should not change from occurrence to occurrence of the problem. - `detail` (string) Human-readable explanation that is specific to this occurrence of the problem. - `instance` (string) URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. ## Response 403 fields (application/json): - `status` (integer) HTTP status code. - `type` (string) Problem type in the form of a [URI](https://tools.ietf.org/html/rfc3986) reference. It should provide human-readable documentation for the problem type. When this member is not present, its value is assumed to be "about:blank". - `title` (string) Short, human-readable summary of the problem type. Other than for the purposes of localization, this should not change from occurrence to occurrence of the problem. - `detail` (string) Human-readable explanation that is specific to this occurrence of the problem. - `instance` (string) URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. ## Response 404 fields (application/json): - `status` (integer) HTTP status code. - `type` (string) Problem type in the form of a [URI](https://tools.ietf.org/html/rfc3986) reference. It should provide human-readable documentation for the problem type. When this member is not present, its value is assumed to be "about:blank". - `title` (string) Short, human-readable summary of the problem type. Other than for the purposes of localization, this should not change from occurrence to occurrence of the problem. - `detail` (string) Human-readable explanation that is specific to this occurrence of the problem. - `instance` (string) URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.