Skip to main content
GET
/
api
/
models
/
user-default
/
{config_type}
Get User Default Model
curl --request GET \
  --url https://api.example.com/api/models/user-default/{config_type} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "user_id": 123,
  "model_id": 123,
  "config_type": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

config_type
string
required

Response

UserDefaultModelResponse · object | null

Successful Response

User default model configuration response schema

id
integer
required
user_id
integer
required
model_id
integer
required
config_type
string
required
created_at
string | null
required
updated_at
string | null
required