v1

latestOpenAPI 3.1.02026-08-0662251219.8 KB
Company Enrollment

Get enrollment config

This endpoint fetches the enrollment config for the company.

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

Response

OK

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 response

{
  "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>"
  ]
}