Obtain a new Key
Request
curl --location
--request POST 'https://logging.de-txl.ionos.com/pipelines/{pipelineID}/key' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $TOKEN'Response
{
"key": "key123"
}Last updated
Was this helpful?