Get the public API version

GET https://api.apoguru.de/v1/version

Returns the current API version. Use this endpoint to check system availability.

Request Example

curl --request GET \ --url https://api.apoguru.de/v1/version \ --header 'accept: application/json'

Response Example

200 Success
{
  "version": "1.0.0",
  "status": "online"
}