Github API

Getting access, Developing, Testing

Back to Github

List SSH signing keys for the authenticated user

Lists the SSH signing keys for the authenticated user's GitHub account. You must authenticate with Basic Authentication, or you must authenticate with OAuth with at least read:ssh_signing_key scope. For more information, see "Understanding scopes for OAuth apps."

Input

type: object properties: parameters: type: object properties: per_page: type: integer default: 30 description: The number of results per page (max 100). page: type: integer default: 1 description: Page number of the results to fetch. title: Parameters

Output

type: array items: type: object title: SSH Signing Key properties: key: type: string id: type: integer title: type: string created_at: type: string format: date-time