Skip to main content
GET
/
feedstock_types
/
{id}
Get Feedstock Type
curl --request GET \
  --url https://api.sandbox.isometric.com/mrv/v0/feedstock_types/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-client-secret: <x-client-secret>'
{
  "id": "ftt_1D7KZ1P761S0G7BN",
  "name": "<string>",
  "supplier_reference_id": "<string>"
}

Authorizations

Authorization
string
header
required

Headers

x-client-secret
string
required
Examples:

Path Parameters

id
string
required

Response

id
string
required
Required string length: 20 - 37
Examples:
name
string
required
supplier_reference_id
string | null
required
Required string length: 1 - 100