Introduction
The API allows you to import and send mobile-calendar data.
Last updated
The API allows you to import and send mobile-calendar data.
Last updated
The API offers the following features:
Each functionality has a different endpoint. HTTPS is required for all connections.
We only allow secure HTTPS encrypted connections. In the absence of HTTPS, you will get a 401 Unauthorized error.
We receive and send reqests in JSON format.
A lightweight computer data exchange format. JSON is a text format that is based on a subset of the language JavaScript. The MIME type for JSON isapplication/json.
Data in JSON format is in pairs "name" : "value"
and are separated by commas. The braces contain objects and the square brackets contain arrays.
Each request returns a response in JSON format as below.
Error handling
If the request is not in JSON format, you will get the HTTP 400 Bad Request error code. An example of an response:
HTTP header codes
It means that, the request and response were correct.
Attention! A 200 OK reply does not always mean success.
It can take the value of success | errror
. Success means a correct answer, while error indicates that something is wrong. The error message can be found in the errors field.
This error indicates an invalid requestformat. Valid format must be a JSON.
Brak nagłówka Authorization lub nieprawidłowe dane logowania powodują ten błąd.
The error means we provided an invalid endpoint URL.
This is an error that is the fault of the server. Means there is a code bug in the API.
Please contact the site administrator: info@mobile-calendar.com