1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/rest/users/gpg-keys.md

19 lines
530 B
Markdown

---
title: GPG Keys
intro: ''
versions:
fpt: '*'
ghes: '*'
ghae: '*'
ghec: '*'
topics:
- API
miniTocMaxHeadingLevel: 3
---
## About the User GPG keys API
The data returned in the `public_key` response field is not a GPG formatted key. When a user uploads a GPG key, it is parsed and the cryptographic public key is extracted and stored. This cryptographic key is what is returned by the APIs on this page. This key is not suitable to be used directly by programs like GPG.
{% data reusables.user-settings.user-api %}