curl --request GET \
--url https://d1.cynopsis.co/service/liveness-v2/liveness_result/{session_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Domain-Id: <x-domain-id>'{}Get the result of a liveness check using the session ID. Requires Bearer token and domain ID. Use the following URLs depending on your environment:
curl --request GET \
--url https://d1.cynopsis.co/service/liveness-v2/liveness_result/{session_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-Domain-Id: <x-domain-id>'{}