Overview
API Endpoint
All Endpoints are only accessable via HTTPS and are located within api.intime.de.
https://api.intime.de/v1
Headers
All API calls must include the following headers:
Content-Type: application/json
Accept: application/json
API-KEY: [YOUR_API_KEY]
*[YOUR_API_KEY] should be replaced with the key supplied in your starter pack.
Expected Response
Every response is returned in the following format:
{
"meta": {
"code": 200,
"message": ""
},
"data": {}
}
You can read more about the purpose of the meta tag here.
All data you request will be contained within the data tag.