post
https://api.sandbox.oysterskin.com/api/v1/skin/scan-session
Create a new scan session for QR code-based skin analysis flow.
The returned batch_id should be encoded into a QR code for customers to scan.
Vendors can subscribe to real-time status updates via WebSocket using the provided Pusher configuration.
WebSocket Events:
- Channel:
scan-session.{batch_id} - Event:
status.changed - Payload:
{ batch_id, status, valid, reason, expires_at, completed_at }