Skip to main content
GET
Get Repo Url By Id

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

repo_id
string
required

Internal repository ID to resolve.

Response

Repository URL path resolved from the supplied internal repository ID.

Repository URL path resolved from an internal repository ID.

repo_id
string
required

Internal repository ID.

Example:

"repo_7f2b3d9"

url
string
required

Repository URL path. Matches the JWT repo claim.

Example:

"team/project-alpha"