Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

success response

object
enum<string>
required

The type of object returned, always "list" for model listing responses. Helps identify this as a collection of models.

Available options:
list
data
object[]
required

An array containing the available models. Each element is a complete model object with all its properties.