Skip to content

Check regulatory changes

GET
/api/v1/compliance/changes

Check for new regulatory changes affecting the tenant.

Authorizations

Responses

200

Successful Response

Typed envelope for GET /changes.

object
data
required

Response body listing recent regulatory changes.

Attributes: changes: List of regulatory changes affecting the tenant.

object
changes

Regulatory changes affecting the tenant

Array<object>

A newly detected regulatory change.

Attributes: id: Unique identifier for the change. title: Short headline for the change. effective_date: When the change takes effect. jurisdiction: Geographic jurisdiction. category: Compliance category. summary: Plain-language summary of the change. business_impact: How the change affects the business. action_required: What the business should do. source_url: Link to the official source.

object
action_required

Required action

string
""
business_impact
required

Business impact

string
category
required

Compliance category

string
effective_date
Any of:
string format: date
id
required

Change identifier

string
jurisdiction

Jurisdiction

string
""
source_url

Official source URL

string
""
summary
required

Plain-language summary

string
title
required

Short headline

string
meta
required

Standard metadata attached to every API response.

object
request_id
required

Unique request identifier

string
timestamp
required

Server timestamp of the response

string format: date-time