List molds
GET
/forge/molds
const url = 'https://shoehorn.example.com/api/v1/forge/molds';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://shoehorn.example.com/api/v1/forge/moldsReturns available workflow templates.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” category
string
published
boolean
Responses
Section titled “ Responses ”List of molds