---
title: "List web integration accounts"
method: GET
path: "/api/v2/web-integrations/{integration_name}/accounts"
tags: ["Web Integrations"]
---

# List web integration accounts

`GET /api/v2/web-integrations/{integration_name}/accounts`

List accounts for a given web integration.

## Path parameters

- `integration_name` string, required

## Response `200`

OK

- WebIntegrationAccountsResponse — The expected response schema when listing web integration accounts.
  - `data` WebIntegrationAccountResponseData[] — The JSON:API data array.
    - `attributes` WebIntegrationAccountResponseAttributes, required — Attributes object of a web integration account. Secrets are never returned.
      - `name` string, required — A human-readable name for the account.
      - `settings` WebIntegrationAccountSettings — Integration-specific settings. The shape of this object varies by integration.
    - `id` string, required — The unique identifier of the web integration account.
    - `type` 'Account', required — Account resource type.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
