Skip to content

Producer Export (v1)

Download OpenAPI description
Languages
Servers
Mock server
https://reged-developer-portal.redocly.app/_mock/apis/producer-export/openapi/

ProducerExport

Operations

/producerexport/v1/agents/export

Request

Body
profileKeystringnon-emptyrequired

Profile Key

dataSetsArray of strings or null

Valid Agent Data Sets:
Address
Affiliation
Agency
Appointment
Ce
Comments
Contact
Contracting
Demographic
Designations
Disclosure
Drp
Education
Employment
ErrorsAndOmissions
Exam
Fingerprint
IarCe
License
Oba
OfficeOfEmployment
PersonalInfo
RegCe
Registration
Relationships

curl -i -X POST \
  https://reged-developer-portal.redocly.app/_mock/apis/producer-export/openapi/producerexport/v1/agents/export \
  -H 'Content-Type: application/json' \
  -d '{
    "profileKey": "string",
    "dataSets": [
      "string"
    ]
  }'

Responses

OK

Body
dataSetsArray of AgentAddressDataSet (object) or AgentAffiliationDataSet (object) or AgentAgencyDataSet (object) or AgentAppointmentDataSet (object) or AgentCeDataSet (object) or AgentCommentsDataSet (object) or AgentContactDataSet (object) or AgentContractingDataSet (object) or AgentDemographicDataSet (object) or AgentDesignationsDataSet (object) or AgentDisclosureDataSet (object) or AgentDrpDataSet (object) or AgentEducationDataSet (object) or AgentEmploymentDataSet (object) or AgentErrorsAndOmissionsDataSet (object) or AgentExamDataSet (object) or AgentFingerprintDataSet (object) or AgentIarCeDataSet (object) or AgentLicenseDataSet (object) or AgentObaDataSet (object) or AgentOfficeOfEmploymentDataSet (object) or AgentPersonalInfoDataSet (object) or AgentRegCeDataSet (object) or AgentRegistrationsDataSet (object) or AgentPermissiveRegistrationsDataSet (object) or AgentRelationshipsDataSet (object) or null
Response
{ "dataSets": [ {} ] }

/producerexport/v1/agencies/export

Request

Body
profileKeystringnon-emptyrequired

Profile Key

dataSetsArray of strings or null

Valid Firm Data Sets:
Address
Appointment
CertificatesAndRecordsLocation
Contact
Contracting
ContractingList
Deficiency
Demographic
ErrorsAndOmissions
Firm
FirmAffiliations
License
Note
NyseBranch
OfficeArrangements
OfficeFinancialInterests
Officer
OfficeSharing
OfficeType
OtherBusiness
OtherBusinessName
Registration
Relationships

curl -i -X POST \
  https://reged-developer-portal.redocly.app/_mock/apis/producer-export/openapi/producerexport/v1/agencies/export \
  -H 'Content-Type: application/json' \
  -d '{
    "profileKey": "string",
    "dataSets": [
      "string"
    ]
  }'

Responses

OK

Body
dataSetsArray of FirmAddressDataSet (object) or FirmAppointmentDataSet (object) or FirmCertificatesAndRecordsLocationDataSet (object) or FirmContactDataSet (object) or FirmContractingDataSet (object) or FirmContractingListDataSet (object) or FirmDeficiencyDataSet (object) or FirmDemographicDataSet (object) or FirmErrorsAndOmissionsDataSet (object) or FirmFirmDataSet (object) or FirmFirmAffiliationsDataSet (object) or FirmLicenseDataSet (object) or FirmNoteDataSet (object) or FirmNyseBranchDataSet (object) or FirmOfficeArrangementsDataSet (object) or FirmOfficeFinancialInterestsDataSet (object) or FirmOfficerDataSet (object) or FirmOfficeSharingDataSet (object) or FirmOfficeTypeDataSet (object) or FirmOtherBusinessDataSet (object) or FirmOtherBusinessNameDataSet (object) or FirmRegistrationDataSet (object) or FirmRelationshipsDataSet (object) or null
Response
{ "dataSets": [ {} ] }