cURL
curl --request GET \ --url http://localhost:63372/api/captain/auth/api-keys \ --cookie captain_session=
[ { "id": "uuid", "name": "CI Pipeline", "prefix": "cptn_...", "created_at": "2026-02-15T12:00:00Z" } ]
List all API keys. Full key values are never returned, only metadata.
HMAC-signed session cookie returned by /api/captain/auth/login. Valid for 7 days. Invalidated when password changes.
List of API keys
"uuid"
"CI Pipeline"
"cptn_..."
"2026-02-15T12:00:00Z"