GET
/
api
/
campaigns
/
get-group-actions
curl --request GET \
  --url https://api.atendai.com/api/campaigns/get-group-actions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Successful response
id
string
name
string
createdAt
string
updatedAt
string