Events
Start Event
Initiates an event based on its slug. This operation can only be performed by authorized user types and requires the event to be in a startable state.
Authorization
http AuthorizationBasic <token>
Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.
In: header
Path Parameters
event_slug*string
The slug of the event to start
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.ethiack.com/v1/events/string/start"{
"code": 0,
"description": "string",
"id": null,
"success": true
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}{
"code": 0,
"name": null,
"description": "string",
"success": false
}