Skip to main content
POST
Resolve a git reference to a commit SHA

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

projectId
string
required

Project ID

Body

application/json

Git reference to resolve

refType
enum<string>
required

The type of git reference.

Available options:
head,
commitId,
branches,
tags,
custom
value
string

The value of the git reference (e.g. branch name, tag name, or commit SHA).

Response

Success

commitId
string
required

The resolved git commit SHA.

metadata
object
required
Last modified on June 26, 2026