Ciele
Provider

List model Provider Connections (secret-safe)

GET/api/v1/providers

Richiede una chiave API dell'organizzazione con la funzionalità manageMembers.

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"  }}