---
title: "Retrieve"
method: GET
path: "/resources/{resource_public_id}/"
---

# Retrieve

`GET /resources/{resource_public_id}/`

Returns a single resource by its unique identifier.

## Path parameters

- `resource_public_id` string, required

## Response `200`

200

- 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
- `404` — 404

---

[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/revisions/ba97e740d08c/schema)
