REALTY-DATA.
Api

List entitled MLS branding and compliance profiles

GET
/v1/mls-profiles

Returns MLS profiles for the caller's approved datasets. Automated inventory supplies OriginatingSystemName and available resources; reviewed compliance data supplies display names, logos, rules links, disclaimers, and refresh requirements. The opaque dataset_id remains stable when ingestion or transport arrangements change.

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/mls-profiles"
{  "data": [    {      "dataset_id": "8c4c51f1-f6f3-43bc-b65d-7415e8ef22c0",      "originating_system_name": "string",      "resources": [        {          "name": "string",          "key": "string",          "collection": "string"        }      ],      "originating_system_full_name": "string",      "compliance": {        "disclaimer": "string",        "logo_url": "http://example.com",        "rules_url": "http://example.com",        "required_update_frequency_hours": 1      }    }  ],  "meta": {    "count": 0  }}
{  "error": "string"}