---
title: "GET /api/access-lists"
method: GET
path: "/api/access-lists"
tags: ["api", "access-lists"]
---

# GET /api/access-lists

`GET /api/access-lists`

Get Access Lists

## Query parameters

- `name` string — The name to filter for.
- `skip` number, float — The number of objects to skip for the requested result
- `top` number, float — A limit on the number of objects to be returned. Can range between 1 and 1000.

## Response `200`

OK

- GETAccessListsGetAccessLists200Response
  - `docs` AccessListResource[]
    - `_id` string, required — The ID of the access list.
    - `type` union, required — The type of the access list.
      - boolean
      - number
      - object
      - 'static' | 'remote'
    - `sellerId` string, required — The ID of the seller of the access list.
    - `name` string, required — The name of the access list.
    - `http` object — The remote URL of the access list.
      - `url` string, uri, required — The remote URL of the access list.
      - `hmacKey` string — The HMAC key used to sign requests to the remote URL.
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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