This resource returns current API version which should be used for generating new requests.
Almost every further request should start with given version.

Resource URL

https://api.safeguard24.eu/version

Parameters

Parameter Description Required Default
None

Example

GET
https://api.safeguard24.eu/version

Response body

  {
    "error": false,
    "msg": "v1.0",
    "status": 200,
  }

Error Response

  {
    "error": true,
    "msg": "Not Found. The requested URL '/404' was not found.",
    "status": 404
  }

Resource Information

API version v1.0
Method GET
Authentication None
Response Format JSON