API Reference

GET workflows/recipes/Z

GET
workflows/recipes/Z

GET operation for workflows/recipes/Z

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Response Body

application/json

curl -X GET "https://dev-rest.onboard.io/workflows/recipes/Z"
{
  "id": 0,
  "name": "string",
  "description": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "config": {},
  "object": "string",
  "is_visible": true,
  "category_id": "string",
  "instructions": "string",
  "icon": "string",
  "color": "string"
}
Empty
Empty
Empty

How is this guide?