---
title: "List"
method: GET
path: "/resources/"
---

# List

`GET /resources/`

Returns a list of merchant's resources.

## Query parameters

- `external_resource_id` string

## Response `200`

200

- object
  - `count` integer
  - `next` unknown
  - `previous` unknown
  - `results` object[]
    - `public_id` string
    - `merchant` string
    - `name` string
    - `external_resource_id` string
    - `description` unknown
    - `image_url` string
    - `created` string
    - `last_updated` string

## Other responses

- `403` — 403

---

[API](https://skmtc.net/ordergroove/apis/ordergroove-restrpc.md) · [All operations](https://skmtc.net/ordergroove/apis/ordergroove-restrpc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ordergroove/ordergroove-restrpc/versions/ba97e740d08c/schema)
