Skip to main content
GET
/
model-prices
/
{id}
Get a model price by ID
curl --request GET \
  --url http://localhost:8080/api/v1/model-prices/{id} \
  --header 'Authorization: <api-key>'
{
  "attributes": {
    "cpt": 123,
    "currency": "<string>",
    "model_name": "<string>",
    "vendor": "<string>"
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

Model Price ID

Response

OK

Model Price response model

attributes
object
id
string
type
string