HolandlyApi

eventId
number required
Applied to all operations

The eventId value can be received via webhook

Authorization
string required
Applied to all operations

Authorization: Bearer [API Token]

The API Token can be generated on the admin page in Шаблоны tab

Cancel event by id
DELETE /api/event/{eventId}

Authentication

Token Authentication
API Token

To perform this request you will need an API token generated on the admin page in thе Шаблоны tab

Path variables

eventId
number required

Request body

Object
reason
string
Example:
У нас поменялись планы

Responses

200 OK

Success

400 Not Found

Failed to delete the event

500 Internal Server Error

Server error

Get scheduled event by id
GET /api/event/{eventId}

Authentication

Token Authentication
API Token

To perform this request you will need an API token generated on the admin page in thе Шаблоны tab

Path variables

eventId
number required

Responses

200 OK

Success

Body
Object
timezone
integer
Example:
2
eventid
integer
Example:
96
type
string
Example:
exam
name
string
Example:
Roger Federer
email
string
Example:
example@gmail.com
insertion_time
string
Example:
2019-01-15T17:35:59.000Z
timestamp
integer
Example:
1548759600000
400 Not Found

Failed to retreive the data

500 Internal Server Error

Server Error