Skip to content

Get resource register

/get_resource_register

Target audience: Developers

Release version: 4.4.7

Get resource register

Introduction

This endpoint returns the entire resource register based on a given organisation.

URI

Environment URI
Stage https://payway-api.stage.adeprimo.se/external/api/v3/marketing/get_resource_register
Production https://backend.worldoftulo.com/external/api/v3/marketing/get_resource_register

Requirements

Feature needs to be enabled by Adeprimo. Please contact support to enable.

Identity Scope
No /external/marketing/r

Parameters

Name Required Type Description

Curl Example

curl --request GET \
  --url https://payway-api.stage.adeprimo.se/external/api/v3/marketing/get_resource_register \
  --header 'accept: application/json' \
  --header 'authorization: Bearer <access_token>'

Response

HTTP 200
{
  "items": [
    {
        "key": "key-1",
        "value": "value-1",
        "title_code": null
    },
    {
      "key": "key-2",
      "value": "value-2",
      "title_code": null
    },
    {
      "key": "key-3",
      "value": "value-3",
      "title_code": null
    }
  ],
}

Errors

This API uses the common error conventions of the Payway API

See common error responses