Sample - GitHub REST API
GET/repos/{owner}/{repo}/autolinks

Get all autolinks of a repository

Gets all autolinks that are configured for a repository.

Information about autolinks are only available to repository administrators.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

2 parameters
ownerstringrequired
The account owner of the repository. The name is not case sensitive.
repostringrequired
The name of the repository without the `.git` extension. The name is not case sensitive.

1 status code
200Response
idintegerrequired
key_prefixstringrequired
The prefix of a key that is linkified.
url_templatestringrequired
A template for the target URL that is generated if a key was found.
is_alphanumericbooleanrequired
Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.
updated_atstringoptional