---
title: "Get all the global wallet access control domains for a project environment"
method: GET
path: "/environments/{environmentId}/globalWallet/accessControl"
tags: ["GlobalWalletAccessControl"]
---

# Get all the global wallet access control domains for a project environment

`GET /environments/{environmentId}/globalWallet/accessControl`

## Path parameters

- `environmentId` string, required

## Response `200`

List of global wallet access control domains for this project environment

- GlobalWalletAccessControlResponse
  - `id` string, required
  - `projectEnvironmentId` string, required
  - `type` 'allow' | 'block', required
  - `enabledAt` string, date-time, nullable, required
  - `domains` GlobalWalletAccessControlDomainResponse[], required
    - `id` string, required
    - `domain` string, required — An [RFC 6454](https://www.rfc-editor.org/rfc/rfc6454) valid url. Must not include any paths. A single wildcard (*) can be used as the first subdomain.
    - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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