API How-Tos
The Logging Service offers regional APIs that enable programmatic interaction with the platform. These APIs serve various purposes: task automation, system integration, and platform functionality extension. Additionally, the APIs allow you to filter logs based on different criteria, such as date range, log level, and source.
You need to use a regional endpoint to interact with the Logging Service REST API endpoints. Available endpoints are:
- Berlin: https://logging.de-txl.ionos.com/pipelines
To interact with the Logging Service REST API endpoints, you need the following header values:
Header | Required | Type | Description |
---|---|---|---|
Authorization | yes | string | A Bearer Token. A string token that is tied to your account Bearer $TOKEN |
Content-Type | yes | string | Set this to application/json . |
Here are some of the most common API How-Tos for the Logging Service:
Note: Only contract-owner users are authorized to create a Logging Service instance.
Once the instance is crafted via API, you need to follow the following How-Tos:
Last modified 2mo ago