Returns list of email addresses, and boolean indicating if email notifications should be sent.

Supported Formats

json, xml

Errors

Code Description
422 Request is unprocessable
500 Event has errors, details will be returned in server response

Examples

{
  "allow_speche_to_notify": false,
  "emails": [
    "user1@somecompany.com",
    "user2@somecompany.com",
    "user3@somecompany.com"
  ]
}

Params

Param name Description
token
required

API token for your organization

Validations:

  • Must be a String

id
required

Event ID (Note: passed in URL itself, not query string)

Validations:

  • Must be a Integer