v1

latestOpenAPI 3.0.02026-07-2471143147.5 KB
Authentication

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.

statusinteger

Status of the session key: 0=NotExist, 1=Active, 2=Revoked

status_descriptionstring

Human-readable status description

Example response

{
  "status_description": "Active"
}