Also see GET /api/v2/events/:id/users.

Return an event_group object using the event group's access_key and event id.

Errors

Code Description
422 Unable to process request, see errors in response

Examples

response:
{
  "eventGroup":{
    "id":27728,
    "accessKey":"432ee6adea",
    "productDescription":"Video and Realtime",
    "event":{
      "id":7235,
      "title":"3m Courtroom Test: speaker"
    }
  }
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

The target Event ID

Validations:

  • Must be a Integer

access_key
required

The access_key for the target event_group

Validations:

  • Must be a String