curl --request GET \
--url https://api.comm.com/api/v1/automations/{automation} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"meta": [
"<any>"
],
"team_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"is_active": "<string>"
}
curl --request GET \
--url https://api.comm.com/api/v1/automations/{automation} \
--header 'Authorization: Bearer <token>'
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"meta": [
"<any>"
],
"team_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": "2023-11-07T05:31:56Z",
"is_active": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Automation
The response is of type object
.