Skip to main content
GET
/
v1
/
models
/
license-types
/
{id}
Get Model License Type
curl --request GET \
  --url https://api.runflow.io/v1/models/license-types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Model License Type record

name
string | null
created_at
string<date-time> | null