Skip to main content
GET
/
providers
List providers
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Workspace API key. Pass as Authorization: Bearer <key>.

Response

Providers retrieved.

providers
Provider · object[]
required