Github API

Getting access, Developing, Testing

Back to Github

List deploy keys

Input

type: object properties: parameters: type: object properties: owner: type: string description: The account owner of the repository. The name is not case sensitive. repo: type: string description: The name of the repository. The name is not case sensitive. 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. required: - owner - repo title: Parameters

Output

type: array items: type: object title: Deploy Key properties: id: type: integer key: type: string url: type: string title: type: string verified: type: boolean created_at: type: string read_only: type: boolean added_by: type: string nullable: true last_used: type: string nullable: true