Get Repo Url By Id
Resolve the repository URL path for an internal repository ID in the current organisation. The returned url is the value clients use in the JWT repo claim.
JWT claims
Required scopes: org:read
Requires per repo scope: No
GET
Get Repo Url By Id
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Internal repository ID to resolve.
Previous
List ReposList repositories for the current organisation with cursor-based pagination. Supply `q` to filter results by a case-insensitive substring match against the repository `url` (for example `pierre/sdk-documentation`).
#### JWT claims
Required scopes: `org:read`
Requires per repo scope: No
Next
Get Repo Url By Id