v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

List

Returns a list of merchant's resources.

get/resources/

Query parameters

external_resource_idstring

Filter resources using the identifier from the merchant system (external to Ordergroove).

Response

200

countinteger
{"stackTrail":"paths:/resources/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/resources/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 1,
  "results": [
    {
      "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"
    }
  ]
}