Skip to main content

Secure API Call

The Secure API Call in DronaHQ enables developers to transmit sensitive data securely through API requests. It is ideal for scenarios like authentication, data fetching, and third-party integrations. This action supports flexible configuration, ensuring secure and efficient communication.

Steps to Use

Go to the Action Builder. Click + Add Action > Utility > Secure API Call.

Secure API Call
Secure API Call

Parameters for Secure API Call

Here are the key components of the Secure API Call action:

ParameterDescription
Endpoint URLThe API URL to which the request is sent (e.g., https://api.example.com).
HTTP MethodThe request method, such as GET, POST, PUT, or DELETE.
HeadersKey-value pairs for headers (e.g., { "Authorization": "Bearer token" }).
DataKey-value pairs for request body (e.g., { "key": "value" }).
Trust ModeSelect trust mode for secure communication.
TimeoutTimeout duration in milliseconds.
Secure API Call

Use Cases

  • Authentication: Secure login processes.
  • Data Fetching: Retrieve sensitive or private data.
  • Third-party Integrations: Interact with external APIs like payment gateways or CRMs.

The Secure API Call in DronaHQ ensures secure and efficient API interactions. Follow these steps to integrate secure requests into your apps effortlessly!