REALTY-DATA.
Api

Inspect entitled products, datasets, and delivery channels

GET
/v1/account/resources

Returns the resource view derived from the caller's verified signed entitlement. Dataset inventory is assembled from governed inventory and reviewed configuration. Only approved profiles attached to the caller's entitlement are returned. Listed resources are inventory, not an activation promise: use the RESO service document to discover entity sets currently backed by published serving builds.

Authorization

gatewayApiKey
x-api-key<token>

Customer API key, verified by the edge authorizer before any route runs. Unauthorized requests are rejected at the edge boundary.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/account/resources"
{  "data": {    "customer_id": "string",    "entitlement_version": 1,    "products": [      "string"    ],    "regions": [      {        "kind": "string",        "value": "string"      }    ],    "datasets": [      {        "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0",        "originating_system_name": "string",        "display_name": "string",        "resources": [          {            "name": "string",            "key": "string",            "collection": "string"          }        ],        "links": {          "metadata": "string",          "service": "string",          "mls_profile": "string"        }      }    ],    "channels": {      "api": true,      "odata": true,      "file_delivery": true    }  }}
{  "error": "string"}