GET
/api/v2/version
curl \
--request GET 'https://eu.onetimesecret.com/api/v2/version'
Response examples (200)
{
"success": true,
"version": [
"string"
],
"locale": "string"
}
Response examples (404)
{
"error": "string",
"message": "string",
"field": "string",
"error_id": "string"
}
Response examples (500)
{
"error": "string",
"message": "string",
"field": "string",
"error_id": "string"
}