GET
/
dial
/
campaigns
curl --request GET \
  --url https://app.happyrobot.ai/api/v1/dial/campaigns \
  --header 'authorization: <authorization>'
[
  {
    "id": "<string>",
    "organization_id": "<string>",
    "name": "<string>",
    "created": "<string>"
  }
]

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Response

200 - application/json
id
string
required
organization_id
string
required

ID of the organization that owns the campaign.

name
string
required

Name of the campaign.

created
string

Date the campaign was created.