Comment on page
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 the date range, log level, and source.
A regional endpoint is necessary to interact with the Logging Service REST API endpoints. Currently, IONOS supports only the following endpoint for the Berlin region:
https://logging.de-txl.ionos.com/pipelines
To interact with the Logging Service REST API endpoints, the header must contain the following values:
Header | Required | Type | Description |
---|---|---|---|
Authorization | yes | string | A Bearer $TOKEN is a string that is tied to your account. For information on generating tokens, see Create New Tokens. |
Content-Type | yes | string | Set this to application/json . |
Here are some of the most common API How-Tos for the Logging Service:
We recommend you refer to the following after creating an instance via the API: