curl --request GET \
--url https://d1.cynopsis.co/service/liveness-v2/get_session_token \
--header 'Authorization: Bearer <token>' \
--header 'X-Domain-Id: <x-domain-id>'{}Get a session token for liveness check. 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/get_session_token \
--header 'Authorization: Bearer <token>' \
--header 'X-Domain-Id: <x-domain-id>'{}