Returns details for a single commit, including parent commit SHAs.
Bearer authentication header of the form Bearer <token>, where <token> is your API key.
The fully-qualified repository name.
The git ref (commit SHA, branch, or tag).
Commit details.
The full commit SHA.
The commit date in ISO 8601 format.
The commit subject line.
Refs pointing to this commit (e.g. branch or tag names).
The commit body (everything after the subject line).
The parent commit SHAs.