Platform API
Save organization locations
Save profile settings.
PUT
https://app.mindbill.org/partner/v2/organizations/{id}/locationsSave profile settings. Provider/location writes upsert by id, then externalId; existing records are not deleted. W-9 replaces the current PDF. Stored SSNs are masked on reads; omit taxId to preserve it. Do not send response-only taxIdConfigured or taxIdLast4.
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.
Path parameters
FieldTypeDescription
idRequiredstringResource identifier.
Request body
FieldTypeDescription
locationsRequiredobject[]locations
Examples
curl 'https://app.mindbill.org/partner/v2/organizations/{id}/locations' \
--request PUT \
--header "Authorization: Bearer $MINDBILL_API_KEY" \
--header 'Content-Type: application/json' \
--data @request.json \
--header 'Idempotency-Key: example-write-0001'curl 'https://app.mindbill.org/partner/v2/organizations/{id}/locations' \
--request PUT \
--header "Authorization: Bearer $MINDBILL_BROWSER_TOKEN" \
--header 'Origin: https://your-app.example' \
--header 'Content-Type: application/json' \
--data @request.json \
--header 'Idempotency-Key: example-write-0001'Response
200
Response fields are documented below.FieldTypeDescription
dataRequiredobject[]data