Returns list of email addresses, and boolean indicating if email notifications should be sent.
Code | Description |
---|---|
422 | Request is unprocessable |
500 | Event has errors, details will be returned in server response |
{ "allow_speche_to_notify": false, "emails": [ "user1@somecompany.com", "user2@somecompany.com", "user3@somecompany.com" ] }
Param name | Description |
---|---|
token required |
API token for your organization Validations:
|
id required |
Event ID (Note: passed in URL itself, not query string) Validations:
|