Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the connection
Response
200
successful operation
curl --request GET \
--url https://api.blaxel.ai/v0/integrations/connections/{connectionName}/models \
--header 'Authorization: Bearer <token>'
Returns a list of all models for an integration connection.
curl --request GET \
--url https://api.blaxel.ai/v0/integrations/connections/{connectionName}/models \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the connection
successful operation
Was this page helpful?