Get Subkey

Get a specific subkey for the authenticated account by its public key.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

public_keystringRequired
Subkey public key

Response

Subkey details
account_idstringOptional
Account ID that owns this subkey
allowed_cidrslist of stringsOptional

IP CIDR allowlist; empty means unrestricted

created_atintegerOptional

Subkey creation timestamp (nanoseconds since epoch)

idintegerOptional
Unique subkey identifier
namestringOptional

User-provided subkey name

public_keystringOptional
Subkey public key
revoked_atintegerOptional

Revocation timestamp (nanoseconds since epoch, 0 if not revoked)

statestringOptional
Subkey state
updated_atintegerOptional

Last modification timestamp (nanoseconds since epoch)

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error