Get session status

View as Markdown
Get the current status of an auth session.

Authentication

AuthorizationBearer
Merchant API key (`sk_m_*`). ``` Authorization: Bearer sk_m_abc123def456... ```

Path parameters

session_idstringRequiredformat: "^sess_.+$"
Session ID from exchange response

Response headers

X-Request-Idstring
Unique request identifier for debugging and support

Response

Session details
session_idstringformat: "^sess_.+$"
statusenum
Allowed values:
substring
chainenum
Allowed values:
wallet_addressstring
created_atdatetime
expires_atdatetime
revoked_atdatetime or null

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error