Ethiack Docs
Integrator

Get Default Event Duration

GET
/v1/settings/default-event-duration/

Get the current default machine event duration for the authenticated integrator partner.

AuthorizationBasic <token>

Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://api.ethiack.com/v1/settings/default-event-duration/"
{
  "duration": 30,
  "unit": "days"
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}