Get session status
Get the current status of an auth session.
Authentication
AuthorizationBearer
Merchant API key (`sk_m_*`).
```
Authorization: Bearer sk_m_abc123def456...
```
Path parameters
session_id
Session ID from exchange response
Response headers
X-Request-Id
Unique request identifier for debugging and support
Response
Session details
session_id
status
Allowed values:
sub
chain
Allowed values:
wallet_address
created_at
expires_at
revoked_at
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error