v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
user

List the authenticated user's GPG keys

get/user/gpg_keys

Query parameters

pageinteger

page number of results to return (1-based)

limitinteger

page size of results

Response

GPGKeyList

can_certifyboolean

Whether the key can be used for certification

can_encrypt_commsboolean

Whether the key can be used for encrypting communications

can_encrypt_storageboolean

Whether the key can be used for encrypting storage

can_signboolean

Whether the key can be used for signing

created_atstring date-time

The date and time when the GPG key was created

expires_atstring date-time

The date and time when the GPG key expires

idinteger

The unique identifier of the GPG key

key_idstring

The key ID of the GPG key

primary_key_idstring

The primary key ID of the GPG key

public_keystring

The public key content in armored format

verifiedboolean

Whether the GPG key has been verified