List all configured providers.
cURL
curl --request GET \ --url https://api.adaline.ai/v2/providers \ --header 'Authorization: Bearer <token>'
{ "providers": [ { "id": "<string>", "settingId": "<string>", "provider": "<string>", "modelSettings": [ { "name": "<string>", "enabled": true } ], "createdAt": 17450965800000, "updatedAt": 17450965800000, "description": "<string>" } ] }
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Providers retrieved.
Show child attributes
Was this page helpful?