Get the Observability Intake Serverless API version

GET /

To configure authenticated access to the Observability Intake Serverless API, follow the instructions in APM API key.

Responses

  • 200 application/json

    A successful response includes the service version.

    Hide response attribute Show response attribute object
    • version string

      The version of the Observability Intake Serverless API.

GET /
curl \ --request GET 'http://api.example.com/' \ --header "Authorization: $API_KEY"