POST
/
v1
/
applications

Authorizations

Authorization
string
headerrequired

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

Body

application/json
name
string
required
description
string
required
id
string | null
provider
string | null

Provider of the application

model
string | null

Model of the application

parameters
object | null

Parameters of the application

created
integer | null
updated
integer | null

Response

200 - application/json
name
string
required
description
string
required
id
string | null
provider
string | null

Provider of the application

model
string | null

Model of the application

parameters
object | null

Parameters of the application

created
integer | null
updated
integer | null