Privacy Policy

1. Introduction

This Privacy Policy describes how we collect, use, and protect your personal information when you use our chatbot, which interacts with the Gemini AI API and stores your questions in our database.

2. Information Collected

When using our chatbot, we collect the following types of information:

  • Conversation Information: All messages you send and receive through the chatbot.
  • Identification Data: We may collect data such as IP address and geographic location information.

3. Use of Information

The information collected is used for the following purposes:

  • Interaction with the AI API: Your messages are sent to the Gemini API to generate appropriate responses.
  • Question Storage: Your questions are stored in our database for analysis and service improvement purposes.

4. Information Sharing

We do not share your personal information with third parties, except in the following cases:

  • Service Providers: We may share information with vendors who help us operate our service, such as the Gemini API.
  • Legal Compliance: We may disclose information to comply with legal obligations or respond to legal processes.

5. Information Security

We implement appropriate security measures to protect your information from unauthorized access, alteration, disclosure, or destruction. These measures include:

  • Encryption: Use of encryption to protect data in transit.
  • Restricted Access: Access to information is limited to employees and partners who need this information to operate our service.

6. Your Rights

You have the right to:

  • Access and Correct: Request access to your personal information and correct inaccurate data.
  • Delete Data: Request the deletion of your personal information, subject to certain conditions.
  • Withdraw Consent: Withdraw your consent to the processing of your personal information.

7. Changes to the Privacy Policy

We reserve the right to update this Privacy Policy at any time. We will notify you of any significant changes through our website or other appropriate communication channels.

8. Contact

If you have any questions about this Privacy Policy, please contact us at [email protected]

9. Consent

By using our service, you agree to the collection and use of your information as described in this Privacy Policy.

This Privacy Policy has been created to ensure that your personal information is treated with security and respect. We appreciate your trust and are committed to protecting your privacy.

Tracking

Status codes – Tracking API

Below is the table with the status codes for each endpoint available in the Tracking API:

CodeMethodEndpointDescription
200POSThttps://api.maplink.global/tracking/v1/ordersOK (link successfully generated)
400POSThttps://api.maplink.global/tracking/v1/ordersError: Bad Request (missing parameters, incomplete sending or request with errors)
500POSThttps://api.maplink.global/tracking/v1/ordersAn Internal Server Error occurred (internal error in processing the requisition)
200GEThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}OK
404GEThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}NOT FOUND (not found due to incorrect ID)
500GEThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}An Internal Server Error occurred (internal error in processing the requisition)
200DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}OK (request successfully deleted)
404DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}NOT FOUND (not found due to incorrect ID)
500DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}An Internal Server Error occurred (internal error in processing the requisition)
204POSThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/statusOK (status successfully updated)
404DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/statusNOT FOUND (not found due to incorrect ID)
500DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/statusAn Internal Server Error occurred (internal error in processing the requisition)
204POSThttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/driverOK (driver location successfully updated)
404DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/driverNOT FOUND (not found due to incorrect ID)
500DELETEhttps://api.maplink.global/tracking/v1/orders/{{trackingId}}/driverAn Internal Server Error occurred (internal error in processing the requisition)
200POSThttps://api.maplink.global/tracking/v1/themesOK (theme successfully created)
400POSThttps://api.maplink.global/tracking/v1/themesError: Bad Request (missing parameters, incomplete sending or request with errors)
500POSThttps://api.maplink.global/tracking/v1/themesAn Internal Server Error occurred (internal error in processing the requisition)
200GEThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}OK
404GEThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}NOT FOUND (not found due to incorrect ID)
500GEThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}An Internal Server Error occurred (internal error in processing the requisition)
200PUThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}OK (theme successfully updated)
404PUThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}NOT FOUND (not found due to incorrect ID)
500PUThttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}An Internal Server Error occurred (internal error in processing the requisition)
200DELETEhttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}OK (topic successfully deleted)
404DELETEhttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}NOT FOUND (not found due to incorrect ID)
500DELETEhttps://api.maplink.global/tracking/v1/themes/{{trackingTheme}}An Internal Server Error occurred (internal error in processing the requisition)
Table with all possible statuses returned by each endpoint