> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Call

> You can trigger API endpoints, retrieve data, and send data to other endpoints. You can trigger an endpoint, use the data returned from the endpoint in the flow, or send the result of a previous action to another endpoint via API call.

## Configuration

<img src="https://mintcdn.com/apinizer/jQz3cV2FQ0yMofQB/images/yonetici/konnektor/api-call.png?fit=max&auto=format&n=jQz3cV2FQ0yMofQB&q=85&s=b129072b4ab04f6421882ea13291a982" alt="API Call Configuration" width="600" className="mr-auto" data-path="images/yonetici/konnektor/api-call.png" />

Fields used for API Call configuration:

<AccordionGroup>
  <Accordion title="Basic Settings">
    <CardGroup cols={2}>
      <Card title="Method" icon="list">
        **Field:** Method

        HTTP method of the endpoint to make API call is selected. Mandatory.
      </Card>

      <Card title="URL" icon="link">
        **Field:** URL

        Endpoint information to make API call is entered. Mandatory.
      </Card>

      <Card title="Timeout" icon="clock">
        **Field:** Timeout

        Information about how long the request will timeout. Mandatory.
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="Security Settings">
    <CardGroup cols={2}>
      <Card title="Enable Certificate" icon="shield">
        **Field:** Enable Certificate

        Whether the certificate will be sent with the request is managed.
      </Card>

      <Card title="Certificate" icon="certificate">
        **Field:** Certificate

        This field is mandatory if certificate is enabled. If the desired value is not in the certificate list, a new one can be created from the (Add Certificate) Add Certificate link.
      </Card>
    </CardGroup>
  </Accordion>

  <Accordion title="Request Content">
    <CardGroup cols={2}>
      <Card title="Headers" icon="heading">
        **Field:** Headers

        Header information of the request is entered.

        <Info>
          Variables can be used in the Headers field.
        </Info>
      </Card>

      <Card title="Body" icon="file-lines">
        **Field:** Body

        Body value of the request is entered.

        <Info>
          Variables can be used in the Body field.
        </Info>
      </Card>
    </CardGroup>
  </Accordion>
</AccordionGroup>
