v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

Retrieve

Returns a single resource by its unique identifier.

get/resources/{resource_public_id}/

Path parameters

resource_public_idstring required

Resource public ID

Response

200

public_idstring
merchantstring
namestring
external_resource_idstring
{"stackTrail":"paths:/resources/{resource_public_id}/:get:responses:200:content:application/json:schema:properties:description","oasType":"schema","type":"unknown"}
image_urlstring
createdstring
last_updatedstring

Example response

{
  "public_id": "ecb42bee71ff11efb72ef29e3ec3bb34",
  "merchant": "339536244b7c11eb8d37ee71e0f3a639",
  "name": "Piano lesson",
  "external_resource_id": "123456",
  "image_url": "http://some.image.com",
  "created": "2020-12-31 23:28:48",
  "last_updated": "2020-12-31 23:28:48"
}