GET
https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/
/
get-models
curl --request GET \
  --url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/get-models
[
  {
    "id": 123,
    "createdAt": "<string>",
    "gender": "<string>",
    "productName": "<string>",
    "isTrained": true,
    "emailSent": true,
    "email": "<string>",
    "isUsed": true,
    "modelName": "<string>",
    "deletedAt": "<string>",
    "customizations": "<string>",
    "projectId": 123,
    "metadata": "<any>"
  }
]

Query Parameters

id
number
isUsed
boolean
isDeleted
boolean

Response

200
application/json

Successful response

The response is of type object[].