API ReferenceWorkflows
Back to PlatformGET /workflows/{id}/actions
GET operation for /workflows/{id}/actions
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://dev-rest.onboard.io/workflows/string/actions"{
"id": 1,
"action_type": "send_email",
"action_type_display": "string",
"config": {},
"trigger": "string"
}Empty
Empty
Empty
How is this guide?