cURL
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>" }
Get details of a model price by its ID
Model Price ID
OK
Model Price response model
Show child attributes
Was this page helpful?