# Display Integration API logs

> Use the Integration API logs to see the [Integration API][iapi-overview] requests received by the Application of your choice. You can use this content to help you debug and troubleshoot campaigns, or potential integration issues.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

<FeatureAccessInfoBox>
Only admins and Application admins have access to this feature.
</FeatureAccessInfoBox>

To open the Integration API logs:

1. In the lower-left corner,
   click <Account className="icon"/> **Account** > <Logs className="icon"/> **Logs**.
1. Click **Integration API logs**.

The requests are displayed in a table with the following columns:

|   Column   |                                              Description                                               |
| ---------- | ------------------------------------------------------------------------------------------------------ |
| Request ID | The internal identifier of the request.                                                                |
| Path       | The endpoint the request was sent too. See the Integration API endpoint in the [reference docs][iapi]. |
| Method     | The endpoint's method, for example **PUT** or **POST**.                                                    |
| Response   | The response code.                                                                                     |
| Time       | The time at which the request was received.                                                            |

:::tip
You can submit a request via the Campaign Manager using the [API tester](/docs/product/account/dev-tools/API-tester.md).
:::

## Related pages

- [Integration API][iapi-overview]
- [Integration API reference docs][iapi]
- [Integration tutorial](/docs/dev/tutorials/integrate-talon-one.md)

[iapi]: /integration-api
[iapi-overview]: /docs/dev/integration-api/overview.md
