Access key is automatically generated when creating an event_group
| Code | Description |
|---|---|
| 422 | Unable to process request, see errors in response |
$ curl -X POST "https://remotecounsel.com/api/v2/events/24890/groups?token=XXXXX&name=Reporters&is_text=1"
{
"id":82613,
"event_id":24890,
"name":"Reporters",
"access_key":"f9ae418fe2",
"is_text":true,
"is_video":null,
"is_chat":null,
"is_disallow_transcript_save":null,
"is_on_demand_available":null,
"product_description":"Realtime Only",
"created_at":"2021-03-23T09:09:15.716-04:00",
"updated_at":"2021-03-23T09:09:15.716-04:00",
"is_cameo":null
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
The target event id Validations:
|
|
name required |
Group Name Validations:
|
|
is_cameo optional |
Validations:
|
|
is_chat optional |
Validations:
|
|
is_disallow_transcript_save optional |
Validations:
|
|
is_on_demand_available optional |
Validations:
|
|
is_text optional |
Validations:
|
|
is_video optional |
Validations:
|