List Org LLM Bindings
List which registered LLM providers the organisation currently has a shared key bound to.
Authorization: caller must be a member (any role). Only reports binding status - key values are never returned.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
org_id*Org Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/llm/credentials"[ { "provider": "string", "bound": true, "endpoint": "string", "modelName": "string" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}