GET
List all git credentials

Authorizations

Authorization
string
header
required

Bearer token for authentication. Format: 'Bearer {token}'

Headers

X-Workspace-Id
string

Workspace ID (uses default workspace if not provided)

Response

List all git credentials

uuid
string
required

Unique credential identifier — pass this as credential_id when creating a stack or a github-sourced app

name
string
required

Display name (unique per workspace)

provider
string
required

Git provider: 'github', 'gitlab', or 'bitbucket'

installation_id
string
required

GitHub App installation id (present for GitHub App credentials)

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp