Git credentials
List git credentials
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
org*string
project*string
Query Parameters
scope?string
Which credentials to list
Default
"all"Value in
"all" | "project" | "personal"Response Body
application/json
application/problem+json
curl -X GET "https://api-dev.tektona.ai/v1/orgs/string/projects/string/git-credentials"{ "$schema": "https://api-dev.tektona.ai/schemas/GitCredentialListBody.json", "items": [ { "created_at": "string", "display_name": "string", "forge": "github", "id": "string", "name": "string", "owner_user_id": "string", "repos": [ { "name": "string", "repository_id": "string", "url": "string" } ], "scope": "project", "updated_at": "string" } ]}{ "$schema": "https://api-dev.tektona.ai/schemas/ErrorModel.json", "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}