Skip to content

Set up compliance profile

POST
/api/v1/compliance/setup

Initialize the compliance profile for the tenant.

Authorizations

Request Body required

Request body for setting up a tenant’s compliance profile.

Attributes: jurisdictions: List of geographic jurisdictions to monitor (e.g., ["California", "federal"]). industry: The business’s industry for industry-specific compliance (e.g., "food_service", "healthcare").

object
industry
required

Business industry (e.g., ‘food_service’)

string
>= 1 characters <= 200 characters
jurisdictions
required

Jurisdictions to monitor (e.g., [‘California’, ‘federal’])

Array<string>
>= 1 items

Responses

200

Successful Response

Typed envelope for POST /setup.

object
data
required

Response body after setting up a compliance profile.

Attributes: tenant_id: The tenant the profile was created for. jurisdictions: Jurisdictions being monitored. industry: The configured industry. categories_monitored: Compliance categories being tracked. created_at: Date the profile was created.

object
categories_monitored
required

Compliance categories being tracked

Array<string>
created_at
required

Profile creation date (ISO format)

string
industry
required

Configured industry

string
jurisdictions
required

Monitored jurisdictions

Array<string>
tenant_id
required

Tenant ID

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

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string