[ { "provider": "openai", "enabled": true, "credentials": {} } ]
{ "data": [ { "provider": "openai", "enabled": true, "credentials": { "api_key": "sk-***" } }, { "provider": "anthropic", "enabled": false, "credentials": {} } ] }
{ "data": [] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object[].
object[]