Skip to main content
GET
/
event-groups
/
{eventGroupId}
Get event group by id
curl --request GET \
  --url https://channels-service-alpha.fourvenues.com/event-groups/{eventGroupId} \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "_id": "p03zns27fhz7opf9lqulc1scg9ke5z1y",
    "organization_id": "Mjo4f9o9h01fdjvmmrgn9aoh4s5IBHzX",
    "name": "CM EVENTS",
    "event_ids": [
      "<string>"
    ],
    "description": "<string>"
  },
  "success": true
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

eventGroupId
string
required

Event group id to get

Response

OK

data
object

A group of events belonging to an organization.

success
boolean