API ReferenceWorkflows
Back to Platform

GET /workflows/categories

GET
/workflows/categories

GET operation for /workflows/categories

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"
{
  "id": 1,
  "created_at": "2021-01-01T00:00:00Z",
  "name": "string",
  "description": "string",
  "workflow_recipes": "string",
  "color": "string"
}
Empty
Empty
Empty

How is this guide?