API ReferenceWorkflows
Back to PlatformGET /workflows/recipes
GET operation for /workflows/recipes
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"{
"id": 1,
"name": "string",
"description": "string",
"created_at": "2021-01-01T00:00:00Z",
"config": {},
"object": "customer",
"is_visible": true,
"category_id": "string",
"instructions": "string",
"icon": "activity",
"color": "string"
}Empty
Empty
Empty
How is this guide?