Fetch models from a provider

Validates a credential and retrieves the available models from the provider.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

providerIdstringRequired
The provider ID.

Request

request body
credentialobject or nullOptional
profileIdstring or nullOptional

Response

The fetched models and validation result.
successboolean
modelslist of objects
retrievedAtstring
errorobject

Errors

500
Internal Server Error