/terms_of_use
GET /terms_of_use
Response Examples
Success
{
"status": "success",
"data": {
"terms_of_use": [
{
"title_en": "User Agreement",
"text_en": "The user is obliged to comply with the terms of this user agreement."
},
{
"title_en": "Service Usage",
"text_en": "The user must use the service only in accordance with its purpose."
},
{
"title_en": "IP Verification",
"text_en": "The user can check any IP addresses."
},
{
"title_en": "Abuse Detection",
"text_en": "The service provides data from open abuse databases and uses its own analysis algorithms."
},
{
"title_en": "Geo-Location",
"text_en": "The service provides location data from open databases."
},
{
"title_en": "Payment",
"text_en": "The user must pay for the services of the service in accordance with the established tariffs."
},
{
"title_en": "Partial Invoice Payment",
"text_en": "The user can pay the invoice in parts, but the minimum deposit amount is 2 US dollars."
},
{
"title_en": "Service Limitations",
"text_en": "The user must comply with the restrictions and requirements set by the service."
},
{
"title_en": "Service Termination",
"text_en": "The service has the right to terminate the user's service at any time without explaining the reasons."
},
{
"title_en": "Data Privacy",
"text_en": "The service undertakes to ensure the privacy of the user's data."
},
{
"title_en": "Data Security",
"text_en": "The service undertakes to ensure the security of the user's data."
},
{
"title_en": "User Responsibility",
"text_en": "The user is responsible for all actions performed using their account."
},
{
"title_en": "Service Updates",
"text_en": "The service has the right to update and modify its services at any time."
},
{
"title_en": "Service Downtime",
"text_en": "The service is not responsible for temporary downtime or malfunctions."
},
{
"title_en": "Customer Support",
"text_en": "The service undertakes to provide support to users within its capabilities."
},
{
"title_en": "Legal Compliance",
"text_en": "The user must comply with the laws of their country and the country where the server is located."
},
{
"title_en": "Service Modification",
"text_en": "The service has the right to change the terms of service at any time."
},
{
"title_en": "User Feedback",
"text_en": "The service welcomes feedback and suggestions from users."
},
{
"title_en": "Data Retention",
"text_en": "The service undertakes to store user data in accordance with the privacy policy."
},
{
"title_en": "Account Termination",
"text_en": "The service has the right to terminate the user's account in case of violation of the user agreement."
},
{
"title_en": "Refund Policy",
"text_en": "The service provides a refund policy in accordance with the terms of the user agreement."
},
{
"title_en": "Service Availability",
"text_en": "The service undertakes to ensure the availability of its services within its capabilities."
},
{
"title_en": "Third Party Services",
"text_en": "The service may use third-party services to provide its services."
},
{
"title_en": "User Data",
"text_en": "The service undertakes to ensure the security of the user's data."
},
{
"title_en": "Service Changes",
"text_en": "The service has the right to change its services at any time without prior notice."
},
{
"title_en": "User Obligations",
"text_en": "The user is obliged to comply with all the terms of this user agreement."
},
{
"title_en": "Dispute Resolution",
"text_en": "All disputes between the user and the service must be resolved in accordance with the legislation of the country where the server is located."
},
{
"title_en": "Service Interruptions",
"text_en": "The service is not responsible for temporary interruptions or malfunctions."
},
{
"title_en": "User Communication",
"text_en": "The service has the right to contact the user on issues related to the use of the service."
},
{
"title_en": "Account Security",
"text_en": "The user is obliged to ensure the security of their account."
},
{
"title_en": "User Conduct",
"text_en": "The user is obliged to behave respectfully and not violate the rules of the service."
}
]
}
}
Responses
HTTP Status Code
Meaning
Description
Data schema
200
OK
Inline
Responses Data Schema
HTTP Status Code 200
Name
Type
Required
Restrictions
Title
description
» status
string
true
none
none
» data
object
true
none
none
»» terms_of_use
[object]
true
none
none
»»» title_en
string
true
none
none
»»» text_en
string
true
none
none
Last updated
Was this helpful?