List model Provider Connections (secret-safe)
GET
/api/v1/providersRequires an Organization API key with the manageMembers capability.
Authorization
apiKey AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/providers"{ "data": [ { "hasCredential": true, "type": "api_key", "id": "string", "provider": "anthropic", "organizationId": "string", "createdAt": "string", "config": { "property1": null, "property2": null }, "displayName": "string", "keyHint": "string", "createdBy": null, "preferredForEmbedding": true } ]}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}