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
Business industry (e.g., ‘food_service’)
Jurisdictions to monitor (e.g., [‘California’, ‘federal’])
Responses
200
Successful Response
Typed envelope for POST /setup.
object
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
Compliance categories being tracked
Profile creation date (ISO format)
Configured industry
Monitored jurisdictions
Tenant ID
Standard metadata attached to every API response.
object
Unique request identifier
Server timestamp of the response
422
Validation Error