curl --request GET \
--url https://api.cnap.tech/v1/credentials \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"type": "cloud",
"name": "<string>",
"is_active": true,
"created_at": 123,
"last_used_at": 123,
"provider": "<string>",
"valid": true,
"validation_error": "<string>",
"registry_url": "<string>",
"auth_type": "<string>",
"account_id": "<string>"
}
]Returns credential metadata for all types, or filtered by type. Never exposes secrets.
curl --request GET \
--url https://api.cnap.tech/v1/credentials \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"type": "cloud",
"name": "<string>",
"is_active": true,
"created_at": 123,
"last_used_at": 123,
"provider": "<string>",
"valid": true,
"validation_error": "<string>",
"registry_url": "<string>",
"auth_type": "<string>",
"account_id": "<string>"
}
]Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://cnap.tech/account/tokens
Filter by credential type
cloud, registry, cloudflare Credential list
cloud, registry, cloudflare