19 lines
530 B
Markdown
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 %}
|