v1

latestOpenAPI 3.1.02026-08-0662251219.8 KB
Company Enrollment

Updates Enrollment config

This endpoint stores Enrollment config for the company at TMC level.

put/v2/companies/{companyId}/enrollment-config

Request body

termsAndConditionsstring required

Deprecated: Use termsAndConditionsList instead. Link to terms and conditions.

termsAndConditionsListstring[]

List of terms and conditions. Each item is rich text that renders a bullet point with text and link.

industryDropdownOptionsstring[]

Dropdown options for company industry selection.

skipOfacComplianceCheckboolean

Skip OFAC compliance check during enrollment.

registrarLoginActionsLoginActionType[]

Login action types assigned to users created via enrollment.

Example request

{
  "termsAndConditions": "https://www.spotnana.com/terms/",
  "termsAndConditionsList": [
    "I agree to the <a href=\"https://www.spotnana.com/terms/\">Terms of Service</a>",
    "I agree to the <a href=\"https://www.spotnana.com/privacy/\">Privacy Policy</a>"
  ]
}

Response

OK