Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
获取单个 Vault credential。
GET /api/v1/cloud/vaults/{vault_id}/credentials/{credential_id}
vault_id
vault_
credential_id
vcred_
Authorization
Bearer <PAT>
curl -X GET "https://api.qoder.com/api/v1/cloud/vaults/vault_019e3bb940277f0db05ab74291acf6ef/credentials/vcred_019e3bb98877759e862750b495c1fce8" \ -H "Authorization: Bearer $QODER_PAT"
{ "id": "vcred_019e3bb98877759e862750b495c1fce8", "type": "vault_credential", "vault_id": "vault_019e3bb940277f0db05ab74291acf6ef", "auth": { "type": "static_bearer", "mcp_server_url": "https://example.com/mcp-stream" }, "display_name": null, "metadata": { "team": "docs" }, "archived_at": null, "created_at": "2026-05-18T15:34:35.387093Z", "updated_at": "2026-05-18T15:34:35.387093Z" }
authentication_error
not_found_error