Create a new building owner
ExternalDocument Platform
Last modified:2025-10-01 13:42:48
Create a new building owner/customer associated with the authenticated partner organization
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
or
Body Params application/jsonRequired
curl --location --request POST 'https://api.findable.ai/building_owners/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'
Response Response Example
Modified at 2025-10-01 13:42:48