Platform API
Get the current organization
Read the composed profile for the authenticated organization.
GET
https://app.mindbill.org/partner/v2/organizationRead the composed profile for the authenticated organization.
Use this URL with a server API key or a browser session and its exact allowed Origin. Both credentials use the same request and response contract. See the component API inventory for exact paths and SDK methods.
Examples
curl 'https://app.mindbill.org/partner/v2/organization' \
--request GET \
--header "Authorization: Bearer $MINDBILL_API_KEY"curl 'https://app.mindbill.org/partner/v2/organization' \
--request GET \
--header "Authorization: Bearer $MINDBILL_BROWSER_TOKEN" \
--header 'Origin: https://your-app.example'Response
200
Response fields are documented below.FieldTypeDescription
dataRequiredobjectdata
data.organizationIdRequiredstringorganizationId
data.practiceIdentityobjectPractice identity; stored SSNs are masked with taxIdConfigured and taxIdLast4.
data.billingProvidersRequiredobject[]billingProviders
data.renderingProvidersRequiredobject[]renderingProviders
data.locationsRequiredobject[]locations
data.w9Requiredobject | nullw9
data.onboardingRequiredobjectonboarding