Zum Hauptinhalt springen

GET /api/zeq/llm/credentials/:id

Show one credential. Same shape as the list endpoint's row, single record.

Auth

Authorization: Bearer zeq_ak_…. Paid-tier only. Owner of the credential.

Response · 200 OK

{
"id": "5b7a9c12-...",
"provider": "openai",
"provider_name": "OpenAI",
"label": "prod-key-2026-q2",
"api_key_prefix": "sk-p…AbCd",
"default_model": "gpt-4o",
"base_url": null,
"active": true,
"created_at": "2026-05-10T13:08:32Z"
}

Errors

StatusCodeCause
402SUBSCRIPTION_REQUIREDFree-tier caller.
404not_foundBad UUID, or credential belongs to another user.