---
title: Configuring PingIntelligence flow callout in Apigee
description: After deploying the Flow Callout policy using PingIntelligence, configure the PingIntelligence for APIs shared flow.
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_integrations:pingintelligence_apigee_configure_flow_callout
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_integrations/pingintelligence_apigee_configure_flow_callout.html
revdate: May 6, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
  result: Result:
  result-2: Result:
  result-3: Result:
  result-4: Result:
---

# Configuring PingIntelligence flow callout in Apigee

After deploying the Flow Callout policy using PingIntelligence, configure the PingIntelligence for APIs shared flow.

## About this task

|   |                                                                                  |
| - | -------------------------------------------------------------------------------- |
|   | The following steps are the same for Flow Callout for both request and response. |

## Steps

1. Sign on to your Apigee Edge account and select **API Proxies**.

   ![Screen capture of Apigee Edge with a black box around API Proxies.](../_images/zyw1564009186717.png)

2. Click the API name for which you want to apply the policy.

   ![Screen capture to select API name to apply the policy](../_images/vxo1564009187578.png)

   ### Result:

   The **Develop** page opens.

3. On the **Develop** page, click the **Develop** tab.

   ![Screen capture of the Develop page.](../_images/gvb1564009188356.png)

4. On the **Develop** tab under **Proxy Endpoints**, select **PreFlow** and click **[icon: plus, set=fa]Step** for request.

   ![Screen capture to select Preflow and add step.](../_images/lgk1564009189253.png)

   ### Result:

   The **Add Step** page opens.

5. On the **Add Step** page, select **Flow Callout**.

6. In the **Shared Flow** list, select the **Request** rule and click **Add**.

   ![Screen capture to select request from shared flow list.](../_images/dtw1564009190166.png)

7. On the **Develop** tab under **Proxy Endpoints**, select **PreFlow** and click**[icon: plus, set=fa] Step** for response.

   ![Screenshot for adding a response](../_images/xnb1601022545701.png)

   ### Result:

   The **Add Step** page opens.

8. On the **Add Step** page, click **Flow Callout**.

9. In the **Shared Flow** list, select the **Response** rule and click **Add**.

   ![Screenshot to select response rule](../_images/phx1601035936815.png)

   ### Result:

   The request and response rules are added.

10. Click **Save**.

    ![Screenshot to save request and response rules](../_images/smb1564009190922.png)

11. Click **default** and enter the following lines in the `<HTTPTargetConnection>` tag.

    ```
    <Properties>
                <Property name="success.codes">1xx,2xx,3xx,4xx,5xx</Property>
    </Properties>
    ```

    ![A screen capture of the lines described in the text added.](../_images/vyh1564009192720.png)

12. To save the revision, click **Save**.

    ![Screen capture for saving the changes.](../_images/lid1564009195712.png)
