API Reference

GET workflows/categories/Z

GET
workflows/categories/Z

GET operation for workflows/categories/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/categories/Z"
{
  "id": 0,
  "created_at": "2019-08-24T14:15:22Z",
  "name": "string",
  "description": "string",
  "workflow_recipes": "string",
  "color": "string"
}
Empty
Empty
Empty

How is this guide?