POST
/
feedstock_types
curl --request POST \
  --url https://api.sandbox.isometric.com/mrv/v0/feedstock_types \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '{
  "name": "<string>",
  "supplier_reference_id": "<string>"
}'
{
  "id": "ftt_1D7KZ1P761S0G7BN",
  "name": "<string>",
  "supplier_reference_id": "<string>"
}

Creates a draft feedstock type in the Isometric system. Draft feedstocks need to be validated before they can be verified as part of a removal. Please proceed to your registry account for further details on how to validate a feedstock

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Examples:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.