v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Get a list of the customers security questions

This will return all security questions linked to the customer

get/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/security-questions

Path parameters

tenantIdinteger required
customerIdinteger required

Response

OK

createdstring date-time

When the question was created

customerIdinteger

Customer id for the security question

lastModifiedstring date-time

When the question was last modified

questionstring

The question

securityQuestionIdinteger

Unique id for the security question

Example response

[
  {
    "created": "2022-03-10T12:15:50-04:00",
    "lastModified": "2022-03-10T12:15:50-04:00"
  }
]