curl --location 'https://lab-onboarding.docus.live/' \
--header 'x-api-key: <provided_by_Docus>' \
--header 'x-auth-key: <provided_by_Docus>' \
--header 'Content-Type: application/json' \
--data-raw '{
"partner_name": "Example LIS Partner",
"lab_info": {
"lab_brand_name": "Example Diagnostics Lab",
"lab_id": "partner-lab-12345",
"lab_npi": "1234567890",
"lab_clia_number": "05D1234567",
"lab_primary_address": "123 Main Street, Suite 400, Los Angeles, CA 90001, US",
"lab_phone": "+1-555-123-4567",
"lab_fax": "+1-555-123-4568",
"lab_email": "info@examplelab.com",
"lab_website": "https://www.examplelab.com",
"lab_logo": {
"mime_type": "image/png",
"base64": "iVBORw0KGgoAAAANSUhEUgAA..."
},
"primary_contact": {
"name": "Jane Smith",
"email": "jane.smith@examplelab.com",
"phone": "+1-555-987-6543"
}
},
"interpretation_config": {
"test_types": [
"CBC",
"UTI PCR",
"PGx"
]
}
}'