Skip to main content
GET
/
api
/
campaigns
/
events
/
{id}
Get event by ID
curl --request GET \
  --url https://apiv1.delightloop.ai/api/campaigns/events/{id} \
  --header 'x-api-key: <x-api-key>'
{
  "event": {
    "id": "<string>",
    "name": "<string>",
    "type": "conference",
    "status": "draft",
    "visibility": "public",
    "organizationId": "<string>",
    "creatorUserId": "<string>",
    "eventDates": {
      "start": "2023-11-07T05:31:56Z",
      "end": "2023-11-07T05:31:56Z"
    },
    "location": {
      "type": "physical",
      "address": "<string>",
      "onlineUrl": "<string>",
      "venueName": "<string>"
    },
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "host": "<string>",
    "topics": [
      "<string>"
    ],
    "targetAudience": [
      "<string>"
    ],
    "targetAccounts": [
      "<string>"
    ],
    "speakers": [
      {
        "fullName": "<string>",
        "role": "<string>",
        "company": "<string>",
        "photoUrl": "<string>",
        "bio": "<string>"
      }
    ],
    "linkedCampaigns": [
      "<string>"
    ],
    "agenda": "<string>",
    "focus": "<string>",
    "eventUrl": "<string>",
    "banner": "<string>",
    "hashtag": "<string>",
    "expectedAttendees": 123,
    "tags": [
      "<string>"
    ],
    "version": 123
  }
}

Headers

x-api-key
string
required

auth key

Path Parameters

id
string
required

Response

Event retrieved successfully

event
object
required

Event details