POST /api/organization/import HTTP/1.1
Host: platform-api-development.azo.dev
Authorization: Bearer YOUR_SECRET_TOKEN
organization_code: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 993
{
"organizationId": 123,
"language": [
{
"languageCode": "en",
"languageName": "English"
}
],
"organizationSettings": [
{
"settingKey": "theme",
"settingValue": "dark"
}
],
"ehrIntegrations": [
{
"ehrSystem": "Epic",
"integrationStatus": "active"
}
],
"webhookConfiguration": [
{
"url": "https://webhook.example.com",
"event": "survey_completed"
}
],
"attributeSchema": [
{
"attributeName": "age",
"attributeType": "number"
}
],
"emailTemplate": [
{
"templateName": "Welcome Email",
"templateContent": "<h1>Welcome</h1>"
}
],
"organizationResourceIntegration": [
{
"resourceType": "FHIR",
"integrationStatus": "active"
}
],
"healthRecordAttribute": [
{
"attributeName": "bloodType",
"attributeValue": "O+"
}
],
"observationGroup": [
{
"code": "12345-6",
"display": "Blood Pressure"
}
],
"surveys": [
{
"surveyName": "Customer Satisfaction",
"surveyQuestions": []
}
],
"wearablesApiSync": [
{
"url": "/v1/asd",
"responseKey": "o-health"
}
],
"aiInferenceUseCases": [
{
"name": "Usecase1",
"validateInputObject": {
"a": "string"
}
}
],
"workflow": [
{
"workflowName": "Customer Satisfaction",
"workflowTasks": []
}
]
}