v1
latestOpenAPI 3.0.02026-07-2471143147.5 KBAuthentication
Get session key status
Check the status of a signer (session key) for an account. Returns whether the signer exists, is active, or has been revoked.
get/v1/auth/session-key-status
Query parameters
accountstring
Account address (0x-prefixed hex string)
Account address in hex format (0x...)
signerstring
Signer address to check (0x-prefixed hex string)
Signer address in hex format (0x...)
Response
A successful response.
Example response
{
"status_description": "Active"
}